public interface EjbInjectionServices extends Service
EjbInjectionServices is a per-module service.| Modifier and Type | Method and Description |
|---|---|
Object |
resolveEjb(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Resolve the value for the given @EJB injection point
|
Object resolveEjb(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
injectionPoint - the injection point metadataIllegalArgumentException - if the injection point is not annotated with @EJB, or, if the
injection point is a method that doesn't follow JavaBean
conventionsCopyright © 2012 Seam Framework. All Rights Reserved.