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