Inspectopedia
 
2024.3

@Path class without resource methods

Error
Reliability
New
Last modified: 03 December 2024

Reports classes annotated with @Path that have no resource methods. The root resource class must have at least one resource method annotated with @Path or with any of @HttpMethod annotations (@GET, @POST, and so on).