Generated by
JDiff

Class org.springframework.core.MethodParameter

Added Methods
Annotation adaptAnnotation(Annotation) A template method to post-process a given annotation instance before returning it to the caller.
Annotation[] adaptAnnotationArray(Annotation[]) A template method to post-process a given annotation array before returning it to the caller.
 

Changed Methods
Annotation getMethodAnnotation(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 method/constructor annotation of the given type, if available.