Annotation Interface PatchExchange


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