Annotation Interface NumberRange
An annotation which tags a configuration method as representing a number range.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint
Returns the maximum value of the attribute.int
Returns the minimum value of the attribute.
-
Element Details
-
rangeStart
int rangeStartReturns the minimum value of the attribute. If not provided the default is 0.- Returns:
- the attribute minimum value.
- Default:
- 0
-
rangeEnd
int rangeEndReturns the maximum value of the attribute. If not provided the default isInteger.MAX_VALUE
;- Returns:
- the attribute maximum value.
- Default:
- 2147483647
-