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