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