Annotation Interface InRange


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

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Defines the scope of the annotation.
    long
     
    long
     
  • Element Details

    • min

      long min
      Default:
      -9223372036854775808L
    • max

      long max
      Default:
      9223372036854775807L
    • constraint

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