private void orderedResolution(
     InterleavedPlan plan, InterleavedPlanBuilder planBuilder, DeltaSpecification spec) {
   DeploymentPlanningContext context =
       new DefaultDeploymentPlanningContext(planBuilder, spec.getDeployedApplication());
   callTypeContributors(typeContributors, plan, planBuilder, context);
   callContributors(contributors, plan, planBuilder, context);
 }