Annotation Type Validator
-
@Target(FIELD) @Retention(RUNTIME) public @interface Validator
Annotation to put on each field validator.- Since:
- 2.3
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringvalidatorIdObtain the id of the validator.
-
-
-
Element Detail
-
validatorId
String validatorId
Obtain the id of the validator.- Returns:
- the id of the validator.
-
-