Spring @Autowired usage

后端 未结 9 809
长发绾君心
长发绾君心 2020-12-04 04:51

What are the pros and cons of using @Autowired in a class that will be wired up by Spring?

Just to clarify, I\'m talking specifically about the

9条回答
  •  温柔的废话
    2020-12-04 05:06

    I have switched to @Autowire. Maintaining the XML configuration on anything other than a small project became a task in it's own right and comprehension quickly degraded.

    IntelliJ provides good (not perfect) support for Spring annotations.

提交回复
热议问题