@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.Methods
public abstract String value() |
Method details
value
public abstract String value()