Annotation Type RegularExpression.List

Enclosing class:
RegularExpression

@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(RUNTIME) @Documented public static @interface RegularExpression.List
Defines several @RegularExpression annotations on the same element.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    regular expression value.
  • Element Details