Package org.eclipse.e4.core.di


package org.eclipse.e4.core.di
Application programming interfaces describing dependency injection framework.

Package Specification

This package provides application programming interfaces describing dependency injection framework.

The IInjector is the main class that instantiates and injects domain objects. An instance of the injector can be obtained from the InjectorFactory class.
 

  • Class
    Description
    Describes binding between object description and its implementation to be used by the dependency injection.
    An injector is used to inject data from the object supplier into a domain object.
    The exception indicates a error that occurred while performing dependency injection.
    Use this class to obtain an instance of the dependency injector.