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