Module com.github.rvesse.airline
Annotation Interface MaxLength
Annotation that marks that an options value is restricted to a maximum length
(which is inclusive)
Alternatively for a range of lengths you can use LengthRange
or for
an exact length you can use ExactLength
.
-
Optional Element Summary
Optional Elements
-
Element Details
-
length
int lengthMaximum allowed length (inclusive)- Returns:
- Maximum length (inclusive)
- Default:
2147483647
-