Annotationsschnittstelle StringLength


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

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

    • value

      int value
      Standard:
      0
    • min

      int min
      Standard:
      0
    • max

      int max
      Standard:
      0