Annotation Interface PATCH


@Target(METHOD) @Retention(RUNTIME) @HttpMethod("PATCH") public @interface PATCH
Creates the PATCH HTTP method, since JAX-RS does not support it natively yet.