- Java 9 Dependency Injection
- Krunal Patel Nilang Patel
- 42字
- 2021-08-27 18:49:53
Dependency injection types
In DI, you need to set the entry point in a client object from which the dependency can be injected. Based on these entry points, DI can be implemented with the following types:
- Constructor injection
- Setter injection
- Interface injection