Annotation Interface IntRange
Config validator annotation that checks whether an integer is in a range of allowed values.
-
Optional Element Summary
-
Element Details
-
min
int minThe lower bound (inclusive)- Default:
- -2147483648
-
max
int maxThe upper bound (inclusive)- Default:
- 2147483647
-