Spring Annotation
Class level annotation
method level annoation
property level annotation
@Autowired by default use by type
xyz.MyBean
abc.MyBean
resolve that conflict dependency issue using @Qualifier annotation
@Resource
@Inject
@component scan base package
method level annoation
property level annotation
abc.MyBean
resolve that conflict dependency issue using @Qualifier annotation
@Resource
@Inject
@component scan base package
Comments
Post a Comment