Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 285 Bytes

autowired_inject_resource.md

File metadata and controls

17 lines (11 loc) · 285 Bytes

@Autowired @Inject @Resource

@Autowired and @Inject

Matches by Type
Restricts by Qualifiers
Matches by Name

AutowiredAnnotationBeanPostProcessor

@Resource

Matches by Name
Matches by Type
Restricts by Qualifiers

CommonAnnotationBeanPostProcessor