| Package | Description |
|---|---|
| com.mycila.inject.annotation | |
| com.mycila.inject.scope |
| Modifier and Type | Class and Description |
|---|---|
interface |
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. |
interface |
ExpiringSingleton |
interface |
RenewableSingleton |
interface |
ResetSingleton |
interface |
SoftSingleton
No scope
|
interface |
WeakSingleton
No scope
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentSingleton |
class |
ExpiringSingleton |
class |
RenewableSingleton |
class |
ResetSingleton |
class |
SoftSingleton |
class |
WeakSingleton |
Copyright © 2010-2012 Mycila. All Rights Reserved.