Annotationsschnittstelle LongRange


@Target({ANNOTATION_TYPE,PARAMETER,TYPE_USE}) @Retention(RUNTIME) @Documented @API(status=MAINTAINED, since="1.0") public @interface LongRange
Constrain the range of a generated long or BigInteger parameters. Applies to long or Long parameters which are also annotated with @ForAll.
Siehe auch:
  • Optionale Elemente - Übersicht

    Optionale Elemente
    Modifizierer und Typ
    Optionales Element
    Beschreibung
    long
     
    long
     
  • Elementdetails

    • min

      long min
      Standard:
      0L
    • max

      long max
      Standard:
      9223372036854775807L