public interface GuiceSetup
GuiceInjectorBootstrap| Modifier and Type | Method and Description |
|---|---|
void |
injectorCreated(com.google.inject.Injector injector)
Allows any post-creation actions to be taken
|
void |
registerModules(List<com.google.inject.Module> modules,
PropertyFile config)
Request for the Setup implementation to add its required modules
|
void registerModules(List<com.google.inject.Module> modules, PropertyFile config)
modules - the mutable list of modules which will be used to create a new Injectorconfig - the service.properties configuration datavoid injectorCreated(com.google.inject.Injector injector)
injector - Copyright © 2014. All rights reserved.