Package net.jqwik.api.constraints
Annotation Interface BigRange
@Target({ANNOTATION_TYPE,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Documented
@API(status=MAINTAINED,
     since="1.0")
public @interface BigRange
Constrain the range of a generated "Big" number.
 
 Applies to BigInteger and BigDecimal parameters which are also annotated with @ForAll.
 
 minIncluded() and maxIncluded() only work for BigDecimal.
- See Also:
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionbooleanboolean