spring-framework/spring-core/src
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
..
jmh/java/org/springframework Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
main Introduce ClassUtils.isStaticClass() utility method 2022-03-22 16:18:14 +01:00
test Validate class name input in SimpleTypeReference 2022-03-22 13:30:55 +01:00
testFixtures/java/org/springframework/core/testfixture Merge branch '5.3.x' 2022-03-16 15:07:53 +01:00