Package net.jqwik.api.constraints
Annotationsschnittstelle Size
@Target({ANNOTATION_TYPE,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Documented
@API(status=MAINTAINED,
     since="1.0")
public @interface Size
Constrain the size of generated "sizable" types.
 Applies to List, Set, Stream, and arrays which are also annotated with 
@ForAll.- Siehe auch:
- 
Optionale Elemente - ÜbersichtOptionale Elemente
- 
Elementdetails- 
minint min- Standard:
- 0
 
- 
maxint max- Standard:
- 0
 
- 
valueint value- Standard:
- 0
 
 
-