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