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:
jakarta.enterprise.inject.spi.ProcessAnnotatedType<T>,jakarta.enterprise.inject.spi.ProcessSyntheticAnnotatedType<T>,NotificationListener
public class ProcessSyntheticAnnotatedTypeImpl<T>
extends ProcessAnnotatedTypeImpl<T>
implements jakarta.enterprise.inject.spi.ProcessSyntheticAnnotatedType<T>
- Author:
- Jozef Hartinger
-
Constructor Summary
ConstructorsConstructorDescriptionProcessSyntheticAnnotatedTypeImpl(BeanManagerImpl beanManager, SlimAnnotatedTypeContext<T> annotatedTypeContext) -
Method Summary
Methods inherited from class org.jboss.weld.bootstrap.events.ProcessAnnotatedTypeImpl
configureAnnotatedType, getAnnotatedType, getOriginalAnnotatedType, getResultingAnnotatedType, isDirty, isVeto, postNotify, setAnnotatedType, toString, vetoMethods inherited from class org.jboss.weld.bootstrap.events.ContainerEvent
checkWithinObserverNotification, getReceiver, preNotifyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
configureAnnotatedType, getAnnotatedType, setAnnotatedType, veto
-
Constructor Details
-
ProcessSyntheticAnnotatedTypeImpl
public ProcessSyntheticAnnotatedTypeImpl(BeanManagerImpl beanManager, SlimAnnotatedTypeContext<T> annotatedTypeContext)
-
-
Method Details
-
getSource
public jakarta.enterprise.inject.spi.Extension getSource()- Specified by:
getSourcein interfacejakarta.enterprise.inject.spi.ProcessSyntheticAnnotatedType<T>
-