Interface InjectorFactory
public interface InjectorFactory
Factory which allows for custom creation of the Guice Injector to be used in
the @
EnableGuiceModules feature.- Author:
- Dave Syer, Taylor Wicksell
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.inject.InjectorcreateInjector(List<com.google.inject.Module> modules)
-
Method Details
-
createInjector
-