Listener for Injector lifecycle events.
When writing a LifecycleListener that is managed by Guice, make sure to
inject all dependencies lazily using Provider injection. Otherwise,
these dependencies will be instantiated too early thereby bypassing lifecycle
features in LifecycleModule.