public interface InjectorFactory
| Modifier and Type | Method and Description |
|---|---|
com.google.inject.Injector |
createInjector(com.google.inject.Stage stage,
java.lang.Iterable<? extends com.google.inject.Module> modules)
Creates an injector instance.
|
com.google.inject.Injector createInjector(com.google.inject.Stage stage,
java.lang.Iterable<? extends com.google.inject.Module> modules)
stage - target injector stage.modules - modules supplied to injector