Annotation Interface HttpMethodMapping
@Documented
@Retention(RUNTIME)
@Target(ANNOTATION_TYPE)
@Executable
@Inherited
public @interface HttpMethodMapping
A meta annotation for HTTP Controller actions.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
-
uris
String[] urisOnly to be used in the context of a server.- Returns:
- The URIs of the action
- Default:
{"/"}
-