Generated by
JDiff

Class org.springframework.beans.factory.support.AutowireCandidateQualifier

Removed Constructors
AutowireCandidateQualifier(Class) Construct a qualifier to match against an annotation of the given type.
AutowireCandidateQualifier(Class, Object) Construct a qualifier to match against an annotation of the given type whose {@code value} attribute also matches the specified value.
 

Added Constructors
AutowireCandidateQualifier(Class<?>) Construct a qualifier to match against an annotation of the given type.
AutowireCandidateQualifier(Class<?>, Object) Construct a qualifier to match against an annotation of the given type whose {@code value} attribute also matches the specified value.