See: Description
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 | Description |
---|---|
InjectorFactory |
Use this class to obtain an instance of the dependency injector.
|
Exception | Description |
---|---|
InjectionException |
The exception indicates a error that occurred while performing
dependency injection.
|
The IInjector is the main class that instantiates and injects domain
objects. An instance of the injector can be obtained from the InjectorFactory
class.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.