JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
JAX-RS 2.0: The Java(TM) API for RESTful Web Services 1.0.1.Final
javax.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
Author:
Paul Sandoz, Marc Hadley
See Also:
HttpMethod