JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
javax.ws.rs
PUT
Contents
Description
Hide sidebar
Show sidebar
Annotation Type PUT
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
@HttpMethod
("PUT")
@Documented
public @interface
PUT
Indicates that the annotated method responds to HTTP PUT requests.
Since:
1.0
See Also:
HttpMethod