mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
After further consideration, the team has decided to remove the getAutodetectMode() method since its return type conflicts with the parameter type in setAutodetectMode(int), making it an invalid bean property. See gh-30855