Package jakarta.ws.rs

Annotation Type 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: