Annotation Type EmailList


  • @Retention(RUNTIME)
    @Target({FIELD,METHOD})
    public @interface EmailList
    String to save several emails separated by commas.

    The data type is String with a length of 200. Applies to properties.

    Example:

      @EmailList
      private String emails;
     
    It's synonymous of @Stereotype("EMAIL_LIST").
    Since:
    6.6
    Author:
    Javier Paniza