| Class | Description |
|---|---|
| FineGrainedLazySingletonScope | Deprecated
Use javax.inject.Singleton instead.
|
| LazySingletonScope |
A singleton factory that returns a Guice
Scope that enables lazy singletons |
| Annotation Type | Description |
|---|---|
| FineGrainedLazySingleton | Deprecated
Use javax.inject.Singleton instead.
|
| LazySingleton |
Scope annotation that marks a class as singleton that should NOT be
allocated eagerly
|