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