mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 21:39:05 +00:00
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