| Annotation Type | Description |
|---|---|
| ConcurrentSingleton |
Apply this to implementation classes when you want only one instance
(per
Injector) to be reused for all injections for that binding,
and you want to eagerly create the instance concurrently in the background
with other singletons in this scope. |
| ExpiringSingleton | |
| Jsr250Singleton | |
| OverrideModule |
Annotated a module if you want it to override bindings from other modules
|
| RenewableSingleton | |
| ResetSingleton | |
| SoftSingleton |
No scope
|
| WeakSingleton |
No scope
|
Copyright © 2010-2012 Mycila. All Rights Reserved.