mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
23d0240dc7
The impetus for this is to be able to use ClassUtils::isStaticClass or the existing ClassUtils::isInnerClass as a method reference for class-based predicates that need to differentiate between static nested types and inner classes. See gh-28207