Uses of Interface
javax.enterprise.inject.spi.ProcessAnnotatedType
-
Packages that use ProcessAnnotatedType Package Description javax.enterprise.inject.spi The portable extension integration SPI. -
-
Uses of ProcessAnnotatedType in javax.enterprise.inject.spi
Subinterfaces of ProcessAnnotatedType in javax.enterprise.inject.spi Modifier and Type Interface Description interface
ProcessSyntheticAnnotatedType<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)
-