Package org.jboss.weld.bootstrap.events
Class ProcessSyntheticAnnotatedTypeImpl<T>
- java.lang.Object
-
- org.jboss.weld.bootstrap.events.ContainerEvent
-
- org.jboss.weld.bootstrap.events.ProcessAnnotatedTypeImpl<T>
-
- org.jboss.weld.bootstrap.events.ProcessSyntheticAnnotatedTypeImpl<T>
-
- All Implemented Interfaces:
ProcessAnnotatedType<T>,ProcessSyntheticAnnotatedType<T>,NotificationListener
public class ProcessSyntheticAnnotatedTypeImpl<T> extends ProcessAnnotatedTypeImpl<T> implements ProcessSyntheticAnnotatedType<T>
- Author:
- Jozef Hartinger
-
-
Constructor Summary
Constructors Constructor Description ProcessSyntheticAnnotatedTypeImpl(BeanManagerImpl beanManager, SlimAnnotatedTypeContext<T> annotatedTypeContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensiongetSource()Get the extension instance which added theAnnotatedTypefor which this event is being fired.-
Methods inherited from class org.jboss.weld.bootstrap.events.ProcessAnnotatedTypeImpl
configureAnnotatedType, getAnnotatedType, getOriginalAnnotatedType, getResultingAnnotatedType, isDirty, isVeto, postNotify, setAnnotatedType, toString, veto
-
Methods inherited from class org.jboss.weld.bootstrap.events.ContainerEvent
checkWithinObserverNotification, getReceiver, preNotify
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.enterprise.inject.spi.ProcessAnnotatedType
configureAnnotatedType, getAnnotatedType, setAnnotatedType, veto
-
-
-
-
Constructor Detail
-
ProcessSyntheticAnnotatedTypeImpl
public ProcessSyntheticAnnotatedTypeImpl(BeanManagerImpl beanManager, SlimAnnotatedTypeContext<T> annotatedTypeContext)
-
-
Method Detail
-
getSource
public Extension getSource()
Description copied from interface:ProcessSyntheticAnnotatedTypeGet the extension instance which added theAnnotatedTypefor which this event is being fired.- Specified by:
getSourcein interfaceProcessSyntheticAnnotatedType<T>- Returns:
- the extension instance
-
-