spring-framework/spring-core
Sam Brannen 23d0240dc7 Introduce ClassUtils.isStaticClass() utility method
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
2022-03-22 16:18:14 +01:00
..
src Introduce ClassUtils.isStaticClass() utility method 2022-03-22 16:18:14 +01:00
spring-core.gradle Implement GraalVM native JSON configuration generation 2022-03-16 16:15:58 +01:00