Annotation Type Validator
@Target(FIELD)
@Retention(RUNTIME)
public @interface Validator
Annotation to put on each field validator.
- Since:
- 2.3
- Author:
- Tony Chemit - chemit@codelutin.com
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalidatorIdObtain the id of the validator.
-
Element Details
-
validatorId
java.lang.String validatorIdObtain the id of the validator.- Returns:
- the id of the validator.
-