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