public class ProcessSyntheticAnnotatedTypeImpl<T> extends ProcessAnnotatedTypeImpl<T> implements ProcessSyntheticAnnotatedType<T>
Constructor and Description |
---|
ProcessSyntheticAnnotatedTypeImpl(BeanManagerImpl beanManager,
SlimAnnotatedType<T> annotatedType,
AnnotationDiscovery discovery,
Extension source) |
Modifier and Type | Method and Description |
---|---|
protected Resolvable |
createResolvable(SlimAnnotatedType<T> annotatedType,
AnnotationDiscovery discovery) |
Extension |
getSource()
Get the extension instance which added the
AnnotatedType for which this event is being fired. |
fire, getAnnotatedType, getResultingAnnotatedType, isDirty, isVeto, setAnnotatedType, toString, veto
getActualTypeArguments, getBeanManager, getErrors, getObserverMethod, getRawType, getReceiver, setObserverMethod, setReceiver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotatedType, setAnnotatedType, veto
public ProcessSyntheticAnnotatedTypeImpl(BeanManagerImpl beanManager, SlimAnnotatedType<T> annotatedType, AnnotationDiscovery discovery, Extension source)
protected Resolvable createResolvable(SlimAnnotatedType<T> annotatedType, AnnotationDiscovery discovery)
createResolvable
in class ProcessAnnotatedTypeImpl<T>
public Extension getSource()
ProcessSyntheticAnnotatedType
AnnotatedType
for which this event is being fired.getSource
in interface ProcessSyntheticAnnotatedType<T>
Copyright © 2013 Seam Framework. All Rights Reserved.