public class SingletonScope
extends java.lang.Object
implements org.osgl.inject.ScopeCache.SingletonScope
Modifier and Type | Field and Description |
---|---|
static org.osgl.inject.ScopeCache.SingletonScope |
INSTANCE |
Constructor and Description |
---|
SingletonScope() |
Modifier and Type | Method and Description |
---|---|
<T> T |
get(org.osgl.inject.BeanSpec target) |
<T> void |
put(org.osgl.inject.BeanSpec target,
T t) |
Copyright © 2014–2017 ActFramework. All rights reserved.