Annotation Type MultiAttachmentSize.List
- Enclosing class:
- MultiAttachmentSize
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Documented
public static @interface MultiAttachmentSize.List
Defines several
MultiAttachmentSize
constraints on the same element.-
Required Element Summary
Required Elements
-
Element Details
-
value
MultiAttachmentSize[] value- Returns:
- The constraint to apply on the annotated field.
-