Annotation Interface PutExchange


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