Generated by
JDiff

Class org.springframework.beans.factory.config.DependencyDescriptor

The superclass changed from java.lang.Object to org.springframework.beans.factory.InjectionPoint.

Added Methods
boolean equals(Object)  
Object resolveCandidate(String, BeanFactory) Resolve the specified bean name, as a candidate result of the matching algorithm for this dependency, to a bean instance from the given factory.
Object resolveNotUnique(Class<?>, Map<String, Object>) Resolve the specified not-unique scenario: by default, throwing a NoUniqueBeanDefinitionException.
 

Changed Methods
Annotation[] getAnnotations() Method was locally defined, but is now inherited from InjectionPoint. Obtain the annotations associated with the wrapped field or method/constructor parameter.
Field getField() Method was locally defined, but is now inherited from InjectionPoint. Return the wrapped Field, if any.
MethodParameter getMethodParameter() Method was locally defined, but is now inherited from InjectionPoint. Return the wrapped MethodParameter, if any.