Module com.github.rvesse.airline
Annotation Type LexicalRange
-
@Retention(RUNTIME) @Target(FIELD) public @interface LexicalRange
Annotation that marks values as being restricted to a given lexical range
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
locale
The locale used for comparisonsjava.lang.String
max
Maximum value, the empty string is interpreted as no maximumboolean
maxInclusive
Whether the maximum is inclusivejava.lang.String
min
Minimum value, the empty string is interpreted as no minimumboolean
minInclusive
Whether the minimum is inclusive
-