mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 14:40:00 +00:00
TestClassScanner was made public with the assumption that Spring Boot's AOT testing support might need to work directly with that class; however, it turns out that Spring Boot does not currently have such a need. In light of that, this commit restores TestClassScanner's visibility to package private.