Package net.jqwik.api.constraints
Annotationsschnittstelle LongRange
@Target({ANNOTATION_TYPE,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Documented
@API(status=MAINTAINED,
     since="1.0")
public @interface LongRange
Constrain the range of a generated long or BigInteger parameters.
 Applies to long or Long parameters which are also annotated with 
@ForAll.- Siehe auch:
- 
Optionale Elemente - ÜbersichtOptionale Elemente
- 
Elementdetails- 
minlong min- Standard:
- 0L
 
- 
maxlong max- Standard:
- 9223372036854775807L
 
 
-