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) |
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-2013 The Apache Software Foundation. All Rights Reserved.