jacky.chen
Results
1
issues of
jacky.chen
My app builds the guice bundle in the following way: ``` guiceBundle = GuiceBundle.defaultBuilder(DWConfiguration.class) .modules(appModule) .build(); ``` The jersey resource is like this: ``` @Path("/") @Produces(APPLICATION_JSON) public class AppResource {...