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