T - bean typepublic class BeanHolder<T> extends AbstractSerializableHolder<Bean<T>>
| Constructor and Description |
|---|
BeanHolder(String contextId,
Bean<T> bean) |
| Modifier and Type | Method and Description |
|---|---|
protected Bean<T> |
initialize() |
static <T> BeanHolder<T> |
of(String contextId,
Bean<T> bean) |
get, readResolvepublic static <T> BeanHolder<T> of(String contextId, Bean<T> bean)
protected Bean<T> initialize()
initialize in class AbstractSerializableHolder<Bean<T>>Copyright © 2014. All Rights Reserved.