Hi all, so, I'm looking at the user guide at:
https://jersey.java.net/documentation/latest/user-guide.html#d0e3007
and in section 4.7.1.1 it refers (twice) to the "getResources() [...] methods
of your Application"
Is this correct? I think the Application class defines a getClasses()
method (and two others), but not a getResources() method.