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