-
Notifications
You must be signed in to change notification settings - Fork 177
Lazy Singleton
Randgalt edited this page Sep 13, 2012
·
3 revisions
You can use lazy singleton either by annotating a class with
@LazySingleton or using the LazySingletonScope when binding: LazySingletonScope.get().
- Home
- Getting Started
- Bootstrapping
- Lifecycle Management
- Auto Binding
- Module-Dependencies
- Warm Up
- Configuration Mapping
- Field Validation
- Lazy Singleton
- Concurrent Singleton
- Generic Binding Annotations
- LifecycleListener
- Governator Phases
- Grapher Integration
- JUnit Testing
- FAQ
- Best Practices
- Spring, PicoContainer, Etc.
- Javadoc
- End-to-End Examples