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, vetogetActualTypeArguments, getBeanManager, getErrors, getObserverMethod, getRawType, getReceiver, setObserverMethod, setReceiverclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotatedType, setAnnotatedType, vetopublic 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()
ProcessSyntheticAnnotatedTypeAnnotatedType for which this event is being fired.getSource in interface ProcessSyntheticAnnotatedType<T>Copyright © 2014 Seam Framework. All Rights Reserved.