Annotation Interface HeadExchange


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