Annotation Types Summary |
DELETE |
JSR-311-esque "DELETE" request method declaration. |
GET |
JSR-311-esque "GET" request method declaration. |
HttpMethod |
JSR-311-esque @HttpMethod allows you to annotate other annotations to declare
the type of HTTP method they represent. |
Path |
Like JSR-311, @Path allows you to annotate an action method to specify
the URL path that maps to it. |
PathParam |
Like JSR-311, @PathParam allows you to annotate an action method parameter to specify
that its value should be loaded from the route paths. |
Paths |
|
POST |
JSR-311-esque "POST" request method declaration. |
PUT |
JSR-311-esque "PUT" request method declaration. |