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