mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
Attempt to improve performance by caching TypeDescriptors against bean PropertyDescriptors in CachedIntrospectionResults. This change is an attempt to fix the failing performance test case `testPrototypeCreationWithOverriddenResourcePropertiesIsFastEnough` in `AnnotationProcessorPerformanceTests`.