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