Uses of Interface
oracle.dbtools.plugin.api.di.Annotations
-
Packages that use Annotations Package Description oracle.dbtools.plugin.api.di Ajavax.inject
compatible Dependency Injection (D.I.) framework. -
-
Uses of Annotations in oracle.dbtools.plugin.api.di
Classes in oracle.dbtools.plugin.api.di that implement Annotations Modifier and Type Class Description class
AnnotationsProvider
Provides methods for working with annotations.Fields in oracle.dbtools.plugin.api.di declared as Annotations Modifier and Type Field Description static Annotations
Annotations. INSTANCE
Global Annotations Service instance, for use by code that runs outside of the dependency injection runtimeMethods in oracle.dbtools.plugin.api.di that return Annotations Modifier and Type Method Description static Annotations
Annotations. instance()
Retrieve the global instance ofAnnotations
-