Annotation Interface RandomizedInteger
This annotation is used to mark a field as an integer that should be randomized when
Randomness.randomizeFields(Object, java.util.random.RandomGenerator)
is used.-
Optional Element Summary
Optional Elements
-
Element Details
-
min
int minThe minimum value for that integer- Returns:
- the minimum value
- Default:
-2147483648
-
max
int maxThe maximum value for that integer- Returns:
- the maximum value
- Default:
2147483647
-