com.sun.ws.rest.api
Annotation Type UnmatchedPath


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface UnmatchedPath

Binds the unmatched path to a Java method parameter. The class of the annotated parameter must be String.

See Also:
UriTemplate