injection ApplictionContext.getBean() or @AutoWired ???
@AutoWired
getBean() is used for get an instance class from XML config file. Autowired does the same, without XML files and via annotations.
Обсуждают сегодня