Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
Modifier and Type | Method and Description |
---|---|
Set<InjectionPoint> |
Producer.getInjectionPoints()
Returns the set of all
InjectionPoints . |
Set<InjectionPoint> |
Bean.getInjectionPoints()
Obtains the
InjectionPoint objects
representing injection points of the bean, that will be validated by the
container at initialization time. |
Modifier and Type | Method and Description |
---|---|
Object |
BeanManager.getInjectableReference(InjectionPoint ij,
CreationalContext<?> ctx)
Obtains an injectable reference for a certain injection point.
|
void |
BeanManager.validate(InjectionPoint injectionPoint)
Validate a certain injection point.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.