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