mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
Refine constructor binding detection logic so that `private` constructors on member classes are no longer automatically picked for constructor binding. This provides users a way of signalling that they wish to use the constructor directly. Closes gh-32639