JAX-RS Resource Not Automatically Collected Despite @Path Annotation
I’m encountering an issue with my JAX-RS application where a resource class annotated with @Path is not automatically collected by the server, resulting in a 404 error when attempting to access the endpoint.