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.
|
<T> void aroundInject(InjectionContext<T> injectionContext)
InjectionContext.proceed()
to cause CDI-style injection to
occur.injectionContext
- Copyright © 2012 Seam Framework. All Rights Reserved.