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