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