Uses of Interface
javax.enterprise.inject.spi.ProcessAnnotatedType
-
Packages that use ProcessAnnotatedType Package Description javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.bootstrap.events -
-
Uses of ProcessAnnotatedType in javax.enterprise.inject.spi
Subinterfaces of ProcessAnnotatedType in javax.enterprise.inject.spi Modifier and Type Interface Description interfaceProcessSyntheticAnnotatedType<X>The container fires an event of this type for each Java class or interface added byBeforeBeanDiscovery.addAnnotatedType(AnnotatedType),BeforeBeanDiscovery.addAnnotatedType(AnnotatedType, String)orAfterTypeDiscovery.addAnnotatedType(AnnotatedType, String) -
Uses of ProcessAnnotatedType in org.jboss.weld.bootstrap.events
Classes in org.jboss.weld.bootstrap.events that implement ProcessAnnotatedType Modifier and Type Class Description classProcessAnnotatedTypeImpl<X>Container lifecycle event for each Java class or interface discovered by the container.classProcessSyntheticAnnotatedTypeImpl<T>Constructor parameters in org.jboss.weld.bootstrap.events with type arguments of type ProcessAnnotatedType Constructor Description ProcessAnnotatedTypeImpl(BeanManagerImpl beanManager, SlimAnnotatedType<X> annotatedType, Class<? extends ProcessAnnotatedType> rawType)
-