Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessSyntheticAnnotatedType<X>
The container fires an event of this type for each Java class or interface added by
BeforeBeanDiscovery.addAnnotatedType(AnnotatedType) ,
BeforeBeanDiscovery.addAnnotatedType(AnnotatedType, String) or
AfterTypeDiscovery.addAnnotatedType(AnnotatedType, String)
Any observer of this event is permitted to wrap and/or replace the AnnotatedType . |
Copyright © 2008-2016 JBoss by Red Hat, Inc.. All Rights Reserved.