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