javax.enterprise.inject.spi.CDIProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdi-api Show documentation
Show all versions of cdi-api Show documentation
APIs for CDI (Contexts and Dependency Injection for Java EE)
package javax.enterprise.inject.spi;
/**
* Interface implemented by a CDI provider to provide access to the current container
*
* @author Pete Muir
* @since 1.1
*/
public interface CDIProvider {
/**
* Provides access to the current container
*
* @return the CDI instance for the current container
*/
public CDI
© 2015 - 2024 Weber Informatics LLC | Privacy Policy