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


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

Annotates methods that contribute to a deployment plan.

The annotated method should take the following parameters:

The annotated method should not have a return type (void). The class containing the method must have a no-arg constructor.