Annotationsschnittstelle ByteRange


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

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

    • min

      byte min
      Standard:
      (byte)0x00
    • max

      byte max
      Standard:
      (byte)0x7f