Injector
An Injector is responsible for the complete dependency injection of target objects. Basically, it performs two tasks:
It serves as a registry for Injections.
It performs the injection of resources into a target object.
An Injector is responsible for the complete dependency injection of target objects. Basically, it performs two tasks:
It serves as a registry for Injections.
It performs the injection of resources into a target object.