Package org.eclipse.e4.core.di
Class InjectorFactory
java.lang.Object
org.eclipse.e4.core.di.InjectorFactory
Use this class to obtain an instance of the dependency injector.
- Since:
- 1.7
- Restriction:
- This class is not intended to be instantiated by clients.
-
Method Details
-
getDefault
Returns default instance of the dependency injector.- Returns:
- default dependency injector
-
makeInjector
Returns a new instance of the dependency injector.- Returns:
- a new instance of the dependency injector
-