public interface GuiceSetup
GuiceBuilder| Modifier and Type | Method and Description |
|---|---|
void |
injectorCreated(com.google.inject.Injector injector)
Allows any post-creation actions to be taken
|
void |
registerModules(java.util.List<com.google.inject.Module> modules,
org.apache.commons.configuration.Configuration config)
Request for the Setup implementation to add its required modules
|
void registerModules(java.util.List<com.google.inject.Module> modules,
org.apache.commons.configuration.Configuration 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.