mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:02:00 +00:00
Update `ConfigurationClassParser` to skip `java.lang.annotation` types which were often processed but would never provide useful results. Also use a single shared immutable `SourceClass` instance to represent `Object.class`. Closes gh-22563