public interface CDIProvider
Pluggable mechanism to resolve the CDI instance.
A container or an application can set this with
CDI.setCDIProvider(CDIProvider)
Modifier and Type | Method and Description |
---|---|
CDI<Object> |
getCDI() |
Copyright © 2018. All rights reserved.