The following standard JAX-RS annotations are supported on resource methods or classes:
Figure 3.1. Standard JAX-RS annotations
@Path
@PathParam
@FormParam
@CookieParam
@HeaderParam
@QueryParam
@MatrixParam
@Produces
@Consumes
@Context