Module com.github.rvesse.airline
Annotation Interface LengthRange
Annotation that marks values as being restricted to a given length range i.e.
the length of the value must be within the range
-
Optional Element Summary
Optional Elements
-
Element Details
-
min
int minMinimum value- Returns:
- Minimum value
- Default:
-2147483648
-
max
int maxMaximum value- Returns:
- Maximum value
- Default:
2147483647
-