public class ProcessAnnotatedTypeImpl<X> extends AbstractDefinitionContainerEvent implements javax.enterprise.inject.spi.ProcessAnnotatedType<X>
Constructor and Description |
---|
ProcessAnnotatedTypeImpl(BeanManagerImpl beanManager,
javax.enterprise.inject.spi.AnnotatedType<X> annotatedType) |
Modifier and Type | Method and Description |
---|---|
static <X> ProcessAnnotatedTypeImpl<X> |
fire(BeanManagerImpl beanManager,
WeldClass<X> clazz) |
javax.enterprise.inject.spi.AnnotatedType<X> |
getAnnotatedType() |
boolean |
isVeto() |
void |
setAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<X> type) |
String |
toString() |
void |
veto() |
fire, fire
getActualTypeArguments, getBeanManager, getErrors, getRawType
public ProcessAnnotatedTypeImpl(BeanManagerImpl beanManager, javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
public static <X> ProcessAnnotatedTypeImpl<X> fire(BeanManagerImpl beanManager, WeldClass<X> clazz)
public javax.enterprise.inject.spi.AnnotatedType<X> getAnnotatedType()
getAnnotatedType
in interface javax.enterprise.inject.spi.ProcessAnnotatedType<X>
public void setAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<X> type)
setAnnotatedType
in interface javax.enterprise.inject.spi.ProcessAnnotatedType<X>
public void veto()
veto
in interface javax.enterprise.inject.spi.ProcessAnnotatedType<X>
public boolean isVeto()
Copyright © 2013 Seam Framework. All rights reserved.