Annotation Interface AIntegerArgument
Annotation equivalent of the
IntegerArgument-
Optional Element Summary
Optional Elements
-
Element Details
-
min
int min- Returns:
- The minimum value this argument can take (inclusive)
- Default:
- -2147483648
-
max
int max- Returns:
- The maximum value this argument can take (inclusive)
- Default:
- 2147483647
-