JavaScript is disabled on your browser.
Skip navigation links
Jakarta EE Core Profile 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 OPTIONS
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
@HttpMethod
("OPTIONS")
@Documented
public @interface
OPTIONS
Indicates that the annotated method responds to HTTP OPTIONS requests.
Since:
1.1
Author:
Paul Sandoz, Marc Hadley
See Also:
HttpMethod