Annotation Type Noop
-
@Retention(RUNTIME) @Target(METHOD) public @interface Noop
Annotates a method on aDeployed
that is called when XL Deploy wants tonoop
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