Generated by
JDiff

Class org.springframework.core.MethodParameter

Changed Methods
Annotation getParameterAnnotation(Class<A>) Change in return type from (T extends java.lang.annotation.Annotation) to (A extends java.lang.annotation.Annotation).
Change in signature from Class<T> to Class<A>.
Return the parameter annotation of the given type, if available.
boolean hasParameterAnnotation(Class<A>) Change in signature from Class<T> to Class<A>.
Return whether the parameter is declared with the given annotation type.