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