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.
-
Interface Summary Interface Description IBinding Describes binding between object description and its implementation to be used by the dependency injection.IInjector An injector is used to inject data from the object supplier into a domain object. -
Class Summary Class Description InjectorFactory Use this class to obtain an instance of the dependency injector. -
Exception Summary Exception Description InjectionException The exception indicates a error that occurred while performing dependency injection.