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.