Annotation Interface PutExchange


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