Annotation Type Destroy
-
@Retention(RUNTIME) @Target(METHOD) public @interface Destroy
Annotates a method on aDeployed
that is called when XL Deploy wants todestroy
the Deployed in the middleware.The annotated method should take the following parameters:
DeploymentPlanningContext
The Planning Context
Delta
The Delta that lead to this Deployed