Annotation Interface PostExchange


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