Module com.github.rvesse.airline
Annotation Type LexicalRange
-
@Retention(RUNTIME) @Target(FIELD) public @interface LexicalRangeAnnotation that marks values as being restricted to a given lexical range
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringlocaleThe locale used for comparisonsjava.lang.StringmaxMaximum value, the empty string is interpreted as no maximumbooleanmaxInclusiveWhether the maximum is inclusivejava.lang.StringminMinimum value, the empty string is interpreted as no minimumbooleanminInclusiveWhether the minimum is inclusive
-