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