Package | Description |
---|---|
oracle.dbtools.plugin.api.di |
A
javax.inject compatible Dependency Injection (D.I.) framework. |
Class and Description |
---|
AvailableDependencies
Enumerates the publicly available services that can be injected into plugins
via the
Inject annotation on a type's constructor. |
InstanceProvider
Provider specialization that provides the ability to:
determine if a provider implementation was found, via
InstanceProvider.isUnsatisfied()
determine if there are multiple implementations found, via
InstanceProvider.isAmbiguous()
Iterate over the available implementations, via InstanceProvider.iterator()
|