public interface GuiceApplication
GuiceRegistry for configuration and lifecycle
event injection.| Modifier and Type | Method and Description |
|---|---|
void |
configured()
Called when a new Injector has been created, after Guice injection has been applied to this instance.
|
void |
stopping()
Called when an Injector is stopping and before the ShutdownManager for the GuiceRegistry is signalled
The GuiceRegistry will wait for this method to return before proceeding. |
void configured()
void stopping()
Copyright © 2014. All Rights Reserved.