T - bean type infopublic class ManagedBeanBuilder<T,M extends ManagedBean<T>> extends Object
Bean.| Modifier and Type | Field and Description |
|---|---|
protected AnnotatedType<T> |
annotatedType |
protected BeanAttributesImpl<T> |
beanAttributes |
protected WebBeansContext |
webBeansContext |
| Constructor and Description |
|---|
ManagedBeanBuilder(WebBeansContext webBeansContext,
AnnotatedType<T> annotatedType,
BeanAttributesImpl<T> beanAttributes)
Creates a new creator.
|
protected final WebBeansContext webBeansContext
protected final AnnotatedType<T> annotatedType
protected final BeanAttributesImpl<T> beanAttributes
public ManagedBeanBuilder(WebBeansContext webBeansContext, AnnotatedType<T> annotatedType, BeanAttributesImpl<T> beanAttributes)
public M getBean()
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.