Annotation Interface GetExchange


@Target(METHOD) @Retention(RUNTIME) @Documented @HttpExchange(method="GET") public @interface GetExchange
Shortcut for @HttpExchange for HTTP GET requests.
从以下版本开始:
4.0
作者:
Rossen Stoyanchev