Package org.antublue.test.engine.api
Annotation Type TestEngine.Random.Byte
- Enclosing class:
TestEngine.Random
@Target({ANNOTATION_TYPE,FIELD})
@Retention(RUNTIME)
public static @interface TestEngine.Random.Byte
Byte annotation
-
Optional Element Summary
Optional Elements
-
Element Details
-
minimum
byte minimumMinimum value- Returns:
- the minimum value
- Default:
(byte)0x80
-
maximum
byte maximumMaximum value- Returns:
- the maximum value
- Default:
(byte)0x7f
-