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