Package oracle.dbtools.plugin.api.di.annotations


package oracle.dbtools.plugin.api.di.annotations
Annotations used to make types discoverable by the dependency injection (D.I.) framework. Also provides Annotations that advertise the capabilities of the types.
Author:
cdivilly
See Also:
  • Annotation Interfaces
    Class
    Description
    Identifies a type that must be instantiated only one time in the lifetime of an application.
    When present on a constructor parameter, indicates that the specified dependency is optional.
    Annotates types with a priority value.
    Indicates that a class provides one or more services.
    Identifies a type that must be instantiated only one time per scope.