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 PATCH
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
@HttpMethod
("PATCH")
@Documented
public @interface
PATCH
Indicates that the annotated method responds to HTTP PATCH requests.
Since:
2.1
Author:
Pavel Bucek (pavel.bucek at oracle.com)
See Also:
HttpMethod