| Interface and Description |
|---|
| com.netflix.governator.LifecycleListener
2015-12-15 Use com.netflix.governator.api.LifecycleListener instead
|
| Class and Description |
|---|
| com.netflix.governator.DefaultModule
This class provides little value and may encourage an unnecessary dependency
between libraries and Governator instead of plain Guice.
|
| com.netflix.governator.guice.lazy.FineGrainedLazySingletonScope
Use javax.inject.Singleton instead. FineGrainedLazySingleton is not needed
as of Guice4 which fixes the global lock issue.
|
| com.netflix.governator.Governator
2015-12-13 Use
InjectorBuilder instead |
| Annotation Type and Description |
|---|
| com.netflix.governator.guice.lazy.FineGrainedLazySingleton
Use javax.inject.Singleton instead. FineGrainedLazySingleton is not needed
as of Guice4 which fixes the global lock issue.
|
| Method and Description |
|---|
| com.netflix.governator.Governator.createInjector(Collection Call new Governator().addModules(modules).run() instead.
|
| com.netflix.governator.Governator.createInjector(Module...)
Call new Governator().addModules(modules).run() instead.
|