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


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

Annotation can be added to any method of a class with a no-arg constructor. The annotated method should take the following parameters:

The annotated method should not have a return type (void).