JAX-RS has annotations for HTTP verbs such as GET (@GET) and POST (@POST) but there is no @PATCH annotation. How
GET
@GET
POST
@POST
@PATCH
If you are using CXF 3.1.2 or later (source), you can use org.apache.cxf.jaxrs.ext.PATCH.
org.apache.cxf.jaxrs.ext.PATCH