public abstract class AbstractProcessInjectionTarget<T> extends AbstractDefinitionContainerEvent
Modifier and Type | Field and Description |
---|---|
protected javax.enterprise.inject.spi.AnnotatedType<T> |
annotatedType |
Constructor and Description |
---|
AbstractProcessInjectionTarget(BeanManagerImpl beanManager,
javax.enterprise.inject.spi.AnnotatedType<T> annotatedType) |
Modifier and Type | Method and Description |
---|---|
void |
addDefinitionError(Throwable t) |
static <X> void |
fire(BeanManagerImpl beanManager,
AbstractClassBean<X> bean) |
static <X> javax.enterprise.inject.spi.InjectionTarget<X> |
fire(BeanManagerImpl beanManager,
javax.enterprise.inject.spi.AnnotatedType<X> annotatedType,
javax.enterprise.inject.spi.InjectionTarget<X> injectionTarget) |
javax.enterprise.inject.spi.AnnotatedType<T> |
getAnnotatedType() |
List<Throwable> |
getDefinitionErrors() |
fire, fire
getActualTypeArguments, getBeanManager, getErrors, getRawType
protected final javax.enterprise.inject.spi.AnnotatedType<T> annotatedType
public AbstractProcessInjectionTarget(BeanManagerImpl beanManager, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType)
public static <X> void fire(BeanManagerImpl beanManager, AbstractClassBean<X> bean)
public static <X> javax.enterprise.inject.spi.InjectionTarget<X> fire(BeanManagerImpl beanManager, javax.enterprise.inject.spi.AnnotatedType<X> annotatedType, javax.enterprise.inject.spi.InjectionTarget<X> injectionTarget)
public void addDefinitionError(Throwable t)
public javax.enterprise.inject.spi.AnnotatedType<T> getAnnotatedType()
Copyright © 2013 Seam Framework. All rights reserved.