Annotation Interface PathParameter


@Target(PARAMETER) @Retention(RUNTIME) public @interface PathParameter
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Defines the name of the path template parameter whose value will be used to initialize the value of the annotated method parameter.
  • Element Details

    • 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.
      See Also: