Package net.jqwik.api.constraints
Annotationsschnittstelle 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.- Siehe auch:
- 
Optionale Elemente - ÜbersichtOptionale Elemente
- 
Elementdetails- 
minbyte min- Standard:
- (byte)0x00
 
- 
maxbyte max- Standard:
- (byte)0x7f
 
 
-