Annotationsschnittstelle PathParameter


@Target(PARAMETER) @Retention(RUNTIME) public @interface PathParameter
  • Erforderliche Elemente - Übersicht

    Erforderliche Elemente
    Modifizierer und Typ
    Erforderliches Element
    Beschreibung
    Defines the name of the path template parameter whose value will be used to initialize the value of the annotated method parameter.
  • Elementdetails

    • value

      String value
      Defines the name of the path template parameter whose value will be used to initialize the value of the annotated method parameter.
      Siehe auch: