
javax.enterprise.inject.spi.CDIProvider Maven / Gradle / Ivy
package javax.enterprise.inject.spi;
/**
* Interface implemented by a CDI provider to provide access to the current container
*
* @author Pete Muir
*/
public interface CDIProvider {
/**
* Provides access to the current container
*
* @return the CDI instance for the current container
*/
public CDI getCDI();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy