|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface PostPlanProcessor
A PostProcessor for a Plan. PostProcessors are allowed to add steps to the very end of a plan.
These added steps will only be ordered relative to all the steps added by PostPlanProcessors, not with respect to all the steps in the plan.
A method annotated with PostPlanProcessor} should take the following parameters:
DeltaSpecification The specification for the current deploymentDeploymentStep or a List of DeploymentStep.
The class that contains this annotated method should have a default or no-arg constructor.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||