Annotation Interface GetExchange


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