Module com.github.rvesse.airline
Annotation Type ShortRange
-
@Retention(RUNTIME) @Target(FIELD) public @interface ShortRangeAnnotation that marks values as being restricted to a given short integer range
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description shortmaxMaximum valuebooleanmaxInclusiveWhether the maximum value is inclusiveshortminMinimum valuebooleanminInclusiveWhether the minimum value is inclusive
-