com.xebialabs.deployit.plugin.api.udm
Annotation Type Delegate


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface Delegate

A delegate can execute a control task on a ConfigurationItem, to perform some action.

A @Delegate method should adhere to the following rules:


Required Element Summary
 java.lang.String name
           
 

Element Detail

name

public abstract java.lang.String name