Dependency injection
In software engineering, dependency injection is a technique whereby one object supplies the dependencies of another object. A dependency is an object that can be used as a service. An injection is the passing of a dependency to a dependent object.
Metadata