| 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),
BeforeBeanDiscovery.addAnnotatedType(AnnotatedType, String) or
AfterTypeDiscovery.addAnnotatedType(AnnotatedType, String) |
| 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) |
Copyright © 2014. All Rights Reserved.