Annotation Interface ShortRange
Config validator annotation that checks whether a short is in a range of allowed values.
-
Optional Element Summary
-
Element Details
-
min
short minThe lower bound (inclusive)- Default:
- -32768
-
max
short maxThe upper bound (inclusive)- Default:
- 32767
-