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