public class ExtensionBeanBuilder<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected javax.enterprise.inject.spi.AnnotatedType<T> |
annotatedType |
protected WebBeansContext |
webBeansContext |
Constructor and Description |
---|
ExtensionBeanBuilder(WebBeansContext webBeansContext,
Class<T> type) |
Modifier and Type | Method and Description |
---|---|
javax.enterprise.inject.spi.AnnotatedType<T> |
getAnnotatedType() |
ExtensionBean<T> |
getBean() |
protected final WebBeansContext webBeansContext
protected final javax.enterprise.inject.spi.AnnotatedType<T> annotatedType
public ExtensionBeanBuilder(WebBeansContext webBeansContext, Class<T> type)
public javax.enterprise.inject.spi.AnnotatedType<T> getAnnotatedType()
public ExtensionBean<T> getBean()
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.