org.jboss.weld.injection.spi
Interface InjectionServices

All Superinterfaces:
Service

public interface InjectionServices
extends Service

Provides callbacks to the container when Weld performs injection on an InjectionTarget, managed bean or session bean This service may be used to provide EE-style injection. InjectionServices is a per-BeanDeploymentArchive service.

Author:
pmuir

Method Summary
<T> void
aroundInject(InjectionContext<T> injectionContext)
          Callback for injection.
 
Methods inherited from interface org.jboss.weld.bootstrap.api.Service
cleanup
 

Method Detail

aroundInject

<T> void aroundInject(InjectionContext<T> injectionContext)
Callback for injection. Call InjectionContext.proceed() to cause CDI-style injection to occur.

Parameters:
injectionContext -


Copyright © 2008-2009 Seam Framework. All Rights Reserved.