Annotation Interface Range.List
- Enclosing class:
Range
@Documented
@Target({FIELD,METHOD,PARAMETER,CONSTRUCTOR,TYPE_USE,ANNOTATION_TYPE})
@Retention(RUNTIME)
public static @interface Range.List
Container annotation for repeatable
Range constraints.-
Required Element Summary
Required Elements
-
Element Details
-
value
Range[] value- Returns:
- repeated range constraints
-