javax.enterprise.inject.spi
Interface CDIProvider


public interface CDIProvider

Interface implemented by a CDI provider to provide access to the current container

Author:
Pete Muir

Method Summary
<T> CDI<T>
getCDI()
          Provides access to the current container
 

Method Detail

getCDI

<T> CDI<T> getCDI()
Provides access to the current container

Returns:
the CDI instance for the current container


Copyright © 2008-2011 JBoss by Red Hat, Inc.. All Rights Reserved.