Annotation Interface DoubleInRange
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Defines the scope of the annotation.double
double
-
Element Details
-
min
double min- Default:
-1.0/0.0
-
max
double max- Default:
1.0/0.0
-
allowNaN
boolean allowNaN- Default:
true
-
constraint
String constraintDefines the scope of the annotation. Possible values are defined inPropertyConstraint
.- Default:
"JAZZER_PROPERTY_CONSTRAINT_DECLARATION"
-