| Constructor and Description |
|---|
LazySingletonScope() |
| Modifier and Type | Method and Description |
|---|---|
<T> Provider<T> |
scope(Provider<T> unscoped)
Wraps the provider
|
public <T> Provider<T> scope(Provider<T> unscoped)
Scopescope in interface ScopeT - The key typeunscoped - The unscoped providerLazySingletonScope,
Scopes