Annotation Type PATCH


@Target(METHOD) @Retention(RUNTIME) @HttpMethod("PATCH") public @interface PATCH
An annotation to be used by methods that handle HTTP requests using the PATCH verb.
Author:
Reda Zerrad Date: 04.18.2012