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