public interface InjectionServices extends Service
InjectionContext.getAnnotatedType() gives access to the
modified state of the type.
InjectionServices is a per-BeanDeploymentArchive service.| Modifier and Type | Method and Description |
|---|---|
<T> void |
aroundInject(InjectionContext<T> injectionContext)
Callback for injection.
|
void |
validateResourceInjectionPoint(InjectionPoint injectionPoint)
For each discovered
@Resource injection point
@PersistenceContext injection point
@PersistenceUnit injection point
@EJB injection point
@WebServiceRef injection point
Weld calls this method to validate the injection point type.
|
<T> void aroundInject(InjectionContext<T> injectionContext)
InjectionContext.proceed() to cause CDI-style injection to
occur.injectionContext - void validateResourceInjectionPoint(InjectionPoint injectionPoint)
DefinitionException.injectionPoint - injection point to be validatedCopyright © 2013 Seam Framework. All Rights Reserved.