What\'s the difference between @Inject and @Resource and @Autowired annotations?
@Inject
@Resource
@Autowired
When should we use each of them?
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.