UNIMPLEMENTED FEATURE! Check this out in the next release.
Target: Any attribute previously annotated with @Parameter on a @StageDefinition annotated class.
Description: Associates a validator to a parameter.
JavaDoc: Click here
Attributes:
| Name | Description | Data type | Required | Default value |
| id | The ID of the validator. | String | Yes | - |
Example:
public class aStage {
@Validator("myParamValidator")
@Parameter
Integer myParam;
...
}
See also: