Package javax.enterprise.inject.spi
Interface CDIProvider
-
public interface CDIProvider
Pluggable mechanism to resolve the CDI instance.
A container or an application can set this with
CDI.setCDIProvider(CDIProvider)
- Since:
- 1.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CDI<java.lang.Object>
getCDI()
-
-
-
Method Detail
-
getCDI
CDI<java.lang.Object> getCDI()
-
-