Annotation Interface Range
-
Nested Class Summary
-
Optional Element Summary
-
Field Summary
-
Field Details
-
DEFAULT_MESSAGE
- See Also:
-
MIN_VALUE
static final int MIN_VALUE- See Also:
-
MAX_VALUE
static final int MAX_VALUE- See Also:
-
-
Element Details
-
minimum
int minimum- Default:
- -2147483648
-
maximum
int maximum- Default:
- 2147483647
-
message
String message- Default:
- "Value \'%s\' is not in range [%s, %s]"
-