Hey I am using your sample dropwizard(version 1.0.0) code and I want to use @ResourceContext for calling resources methods in another resources methods. I imported javax.ws.rs.container; and here's some sample code:
@Context ResourceContext rc; LAResource laresource = rc.getResource(LAResource.class); but I get this error : cannot find symbol class container, class ResourceContext, class context. How would I correctly import @ResourceContext ? -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
