- Scala Design Patterns.
- Ivan Nikolov
- 42字
- 2021-08-27 19:09:50
Implicit injection
Implicit injection is based on the implicit functionality of the Scala programming language. It automatically injects objects whenever they are needed, as long as they exist in a specific scope. It can be used for many things, including dependency injection.