Package net.jqwik.api.constraints
Annotation Interface ByteRange
@Target({ANNOTATION_TYPE,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Documented
@API(status=MAINTAINED,
since="1.0")
public @interface ByteRange
Constrain the range of a generated byte or Byte parameters.
Applies to byte or Byte parameters which are also annotated with
@ForAll
.- See Also:
-
Optional Element Summary
-
Element Details
-
min
byte min- Default:
- (byte)0x00
-
max
byte max- Default:
- (byte)0x7f
-