JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
jakarta.ws.rs
jakarta.ws.rs
POST
Contents
Description
Hide sidebar
Show sidebar
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
See Also:
HttpMethod