public abstract class AbstractProcessProducerBean<T,X,B extends AbstractProducerBean<T,X,?>> extends AbstractDefinitionContainerEvent implements javax.enterprise.inject.spi.ProcessBean<X>
| Constructor and Description |
|---|
AbstractProcessProducerBean(BeanManagerImpl beanManager,
Type rawType,
Type[] actualTypeArguments,
B bean) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.Annotated |
getAnnotated() |
javax.enterprise.inject.spi.AnnotatedParameter<T> |
getAnnotatedDisposedParameter() |
B |
getBean() |
addDefinitionError, firegetActualTypeArguments, getBeanManager, getErrors, getEventType, getRawTypegetReceiver, checkWithinObserverNotification, postNotify, preNotifypublic AbstractProcessProducerBean(BeanManagerImpl beanManager, Type rawType, Type[] actualTypeArguments, B bean)
public javax.enterprise.inject.spi.Annotated getAnnotated()
getAnnotated in interface javax.enterprise.inject.spi.ProcessBean<X>public B getBean()
getBean in interface javax.enterprise.inject.spi.ProcessBean<X>public javax.enterprise.inject.spi.AnnotatedParameter<T> getAnnotatedDisposedParameter()
Copyright © 2017. All rights reserved.