In dropwizard-guice we have enableAutoCongig method present in which we can give base package and Dropwizard and Guice will take for resource classes.
In dropwizard-guicer we are not able to find such method and because of that we have to tell jersey for base package.
Because of this Guice is not able to inject dependencies of services into resources.
So I think if somehow we are enabling this package scan phase in guicer then we should be able to inject service as well with use of @Inject annotation to resources.