mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Revise ResolvableType.as for introspection performance
This revision limits serializability of derived interfaces, superclasses and type parameters, optimizing for introspection performance instead. Issue: SPR-17070
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ public class DependencyDescriptor extends InjectionPoint implements Serializable
|
||||
private Class<?> containingClass;
|
||||
|
||||
@Nullable
|
||||
private volatile ResolvableType resolvableType;
|
||||
private transient volatile ResolvableType resolvableType;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user