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