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.String validatorId
    Obtain the id of the validator.
  • Element Details

    • validatorId

      java.lang.String validatorId
      Obtain the id of the validator.
      Returns:
      the id of the validator.