Annotation Type ShortRange
Controls the range of a short.
This annotation is made to be used with short or Short and not other numeric types. It is only
supported by the short liaison.
-
Optional Element Summary
Optional Elements
-
Element Details
-
min
short minThe minimum value- Returns:
- the min value, inclusive
- Default:
-32768
-
max
short maxThe maximum value- Returns:
- the max value, inclusive
- Default:
32767
-