Annotation Type Path


@Retention(CLASS) @Target(PARAMETER) public @interface Path
Binds an interface method parameter to a {name} placeholder in the URL path declared on the verb annotation. The parameter value is URL-encoded before substitution.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details