mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
6c26765985
Prior to this commit, it was unclear in the documentation that a default constructor will be used by default for autowiring if multiple constructors are present and none of them is annotated with @Autowired. This commit improves the documentation in this regard. Closes gh-24838