Annotation Interface DoubleRange
Config validator annotation that checks whether a double is in a range of allowed values.
-
Optional Element Summary
-
Element Details
-
min
double minThe lower bound (inclusive)- Default:
- -1.0/0.0
-
max
double maxThe upper bound (inclusive)- Default:
- 1.0/0.0
-