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.