Annotation Type Email.List



  • @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
    @Retention(RUNTIME)
    @Documented
    public static @interface Email.List
    Defines several @Email constraints on the same element.
    See Also:
    Email
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Email[] value  
    • Element Detail