Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
org.jboss.weld.bootstrap.events |
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) . |
Modifier and Type | Class and Description |
---|---|
class |
ProcessAnnotatedTypeImpl<X>
Container lifecycle event for each Java class or interface discovered by
the container.
|
class |
ProcessSyntheticAnnotatedTypeImpl<T> |
Constructor and Description |
---|
ProcessAnnotatedTypeImpl(BeanManagerImpl beanManager,
SlimAnnotatedType<X> annotatedType,
Class<? extends ProcessAnnotatedType> rawType,
AnnotationDiscovery discovery) |
Copyright © 2013 Seam Framework. All Rights Reserved.