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