Java
Dependency Injection
techbard
2016. 7. 22. 09:17
반응형
# 정의
- Is a widely used and very powerful technique of setting up member variables of complicated classes on the fly
- It is fundamentally similar to the strategy pattern
반응형