Inject and Resource and Autowired annotations

后端 未结 3 569
南旧
南旧 2020-11-28 18:27

What\'s the difference between @Inject and @Resource and @Autowired annotations?

When should we use each of them?

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 18:59

    In addition to @Haim answer there is good description of the difference between Spring and JSR-330 (Dependency Injection for Java) annotations and how to use the last with Spring.

提交回复
热议问题