Annotation Interface Finite
@Target(TYPE_USE)
@Retention(RUNTIME)
@AppliesTo({float.class,java.lang.Float.class,double.class,java.lang.Double.class})
public @interface Finite
Generates a
float or double which is finite, that is, a number which is neither
NaN nor Infinity.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDefines the scope of the annotation.
-
Element Details
-
constraint
String constraintDefines the scope of the annotation. Possible values are defined inPropertyConstraint.- Default:
"JAZZER_PROPERTY_CONSTRAINT_DECLARATION"
-