Interface EnvironmentAwareModule
-
- All Known Implementing Classes:
DropwizardAwareModule,GuiceBootstrapModule,UniqueDropwizardAwareModule
public interface EnvironmentAwareModuleGuice module, registered in bundle, may implement this to be able to use environment object in module configuration method.- Since:
- 31.08.2014
- See Also:
DropwizardAwareModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetEnvironment(io.dropwizard.core.setup.Environment environment)Method will be called just before injector initialization.
-