JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Module
jakarta.ws.rs
Package
jakarta.ws.rs
Annotation Type POST
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
@HttpMethod
("POST")
@Documented
public @interface
POST
Indicates that the annotated method responds to HTTP POST requests.
Since:
1.0
Author:
Paul Sandoz, Marc Hadley
See Also:
HttpMethod