1

I'm trying to inject some service by Google Guice @Inject annotation:

 @Inject
 Service service;

This inject is working but not in all places. When it doesn't work i catch null pointer. What can be a problem ? Obviously, all attemps were within single project

viavad
  • 373
  • 7
  • 17