Annotation Type IntegerRange
Controls the range of an int.
This annotation is made to be used with int or Integer and not other numeric types. It is only
supported by the integer liaison.
-
Optional Element Summary
Optional Elements
-
Element Details
-
min
int minThe minimum value.- Returns:
- the min value, inclusive
- Default:
-2147483648
-
max
int maxThe maximum value.- Returns:
- the max value, inclusive
- Default:
2147483647
-