Interface InjectorFactory
-
public interface InjectorFactoryFactory which allows for custom creation of the Guice Injector to be used in the @EnableGuiceModulesfeature.- Author:
- Dave Syer, Taylor Wicksell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.inject.InjectorcreateInjector(List<com.google.inject.Module> modules)
-
-
-
Method Detail
-
createInjector
com.google.inject.Injector createInjector(List<com.google.inject.Module> modules)
-
-