Annotation Interface Path


@Target(PARAMETER) @Retention(RUNTIME) public @interface Path
Annotates a method parameter. Should be used in Controllers and Filters.

Parameter type must be String, and will be set to the request path.

Author:
Matthew Tropiano
See Also: