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
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionAlias forHttpExchange.url()
.Alias forHttpExchange.value()
.
-
Element Details
-
value
Alias forHttpExchange.value()
.- Default:
- ""
-
url
Alias forHttpExchange.url()
.- Default:
- ""
-