Package io.dropwizard.validation
Annotation Interface DataSizeRange.List
- Enclosing class:
- DataSizeRange
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Documented
public static @interface DataSizeRange.List
Defines several
@DataSizeRange
annotations on the same element.-
Required Element Summary
Required Elements
-
Element Details
-
value
DataSizeRange[] valueThe annotation's value.- Returns:
- the array of
DataSizeRange
annotations this container annotation holds
-