java에서는 이러고 있어요. JSRs: Java Specification Requests JSR 330: Dependency Injection for Java https://jcp.org/en/jsr/detail?id=330
Core Technologies
In the preceding scenario, using @Autowired works well and provides the desired modularity, but determining exactly where the autowired bean definitions are declared is still somewhat ambiguous. For example, as a developer looking at ServiceConfig, how do
docs.spring.io
https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-factory-autowire
Core Technologies
In the preceding scenario, using @Autowired works well and provides the desired modularity, but determining exactly where the autowired bean definitions are declared is still somewhat ambiguous. For example, as a developer looking at ServiceConfig, how do
docs.spring.io