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 Elements
    Modifier and Type
    Optional Element
    Description
    Defines the scope of the annotation.
  • Element Details

    • constraint

      String constraint
      Defines the scope of the annotation. Possible values are defined in PropertyConstraint.
      Default:
      "JAZZER_PROPERTY_CONSTRAINT_DECLARATION"