spring-framework/spring-core/src
Phillip Webb d96b91a57b Fix SerializableTypeWrapper equals() performance
Change SerializableTypeWrapper proxies to directly call equals() methods
on the underlying Type, rather than possibly generating more wrappers.

This should help to improve performance, especially as the equals()
method is called many times when the ResolvableType cache is checked.

Issue: SPR-11335
2014-01-21 10:59:25 -08:00
..
main/java Fix SerializableTypeWrapper equals() performance 2014-01-21 10:59:25 -08:00
test Polishing 2014-01-21 00:35:38 +01:00