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