Annotation Interface PatchExchange


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