com.xebialabs.deployit.plugin.api.deployment.planning
Annotation Type Create


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Create

Annotation on a method of a Deployed<D, C>. The annotated method is called when Deployit wants to Operation.CREATE the Deployed in the middleware. The annotated method should take the following parameters:

The annotated method can optionally take the following parameter: * The annotated method should not have a return type (void).