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