Annotation Interface DeleteExchange


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