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