Package org.eclipse.e4.core.di.extensions


package org.eclipse.e4.core.di.extensions
Application programming interfaces for Eclipse-specific extensions to the dependency injection framework.

Package Specification

This package provides application programming interfaces for Eclipse-specific extensions to the dependency injection framework.
 
  • Annotation Interfaces
    Class
    Description
    This annotation can be applied to arguments and fields that want to receive notifications on the specified event topic.
    A method or field of type BundleContext and annotated with OSGiBundle will be injected with the BundleContext from the bundle containing the class if the bundle's state is Bundle.ACTIVE.
     
    Annotation to use with DI to support dynamics and multiple services