Package io.dropwizard.validation
Annotation Type DurationRange.List
-
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(RUNTIME) @Documented public static @interface DurationRange.List
Defines several@DurationRangeannotations on the same element.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description DurationRange[]valueThe annotation's value.
-
-
-
Element Detail
-
value
DurationRange[] value
The annotation's value.- Returns:
- the array of
DurationRangeannotations this container annotation holds
-
-