Annotation Interface OptionsExchange


@Target(METHOD) @Retention(RUNTIME) @Documented @HttpExchange(method="OPTIONS") public @interface OptionsExchange
Shortcut for HttpExchange for HTTP OPTIONS requests.
Since:
6.0
Author:
Rossen Stoyanchev