public abstract class AbstractProcessClassBean<X,B extends AbstractClassBean<X>> extends AbstractDefinitionContainerEvent implements javax.enterprise.inject.spi.ProcessBean<X>
Constructor and Description |
---|
AbstractProcessClassBean(BeanManagerImpl beanManager,
Type rawType,
Type[] actualTypeArguments,
B bean) |
Modifier and Type | Method and Description |
---|---|
void |
addDefinitionError(Throwable t) |
javax.enterprise.inject.spi.Annotated |
getAnnotated() |
B |
getBean() |
fire, fire
getActualTypeArguments, getBeanManager, getErrors, getRawType
public AbstractProcessClassBean(BeanManagerImpl beanManager, Type rawType, Type[] actualTypeArguments, B bean)
public void addDefinitionError(Throwable t)
addDefinitionError
in interface javax.enterprise.inject.spi.ProcessBean<X>
public javax.enterprise.inject.spi.Annotated getAnnotated()
getAnnotated
in interface javax.enterprise.inject.spi.ProcessBean<X>
Copyright © 2013 Seam Framework. All rights reserved.