|
Annotation Types Summary |
| DELETE |
Indicates that the annotated method responds to HTTP DELETE requests |
| GET |
Indicates that the annotated method responds to HTTP GET requests |
| HEAD |
Indicates that the annotated method responds to HTTP HEAD requests |
| HttpMethod |
Associates the name of a HTTP method with an annotation. |
| Path |
Identifies the URI path that a resource class or class method will serve
requests for. |
| PathParam |
Binds the value of a URI template parameter or a path segment
containing the template parameter to a resource method parameter, resource
class field, or resource class
bean property. |
| POST |
Indicates that the annotated method responds to HTTP POST requests |
| PUT |
Indicates that the annotated method responds to HTTP PUT requests |