Module com.github.rvesse.airline
Annotation Type IntegerRange
-
@Retention(RUNTIME) @Target(FIELD) public @interface IntegerRange
Annotation that marks values as being restricted to a given integer range
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
max
Maximum valueboolean
maxInclusive
Whether the maximum value is inclusiveint
min
Minimum valueboolean
minInclusive
Whether the minimum value is inclusive
-