Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
public class MyClass {
	@Inject
	@OsgiService
	ResourceResolverFactory factory;
    ...
}

In order to use OSGi service support you need to install OsgiToGuiceAutoBindModule module in your injector.

Enhanced injector registration

...