Annotation Interface DoubleInRange


@Target(TYPE_USE) @Retention(RUNTIME) public @interface DoubleInRange
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
    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 constraint
      Defines the scope of the annotation. Possible values are defined in PropertyConstraint.
      Default:
      "JAZZER_PROPERTY_CONSTRAINT_DECLARATION"