Generated by
JDiff

Class org.springframework.core.MethodParameter

Removed Constructors
MethodParameter(Constructor, int) Create a new MethodParameter for the given constructor, with nesting level 1.
MethodParameter(Constructor, int, int) Create a new MethodParameter for the given constructor.
 

Added Constructors
MethodParameter(Constructor<?>, int) Create a new MethodParameter for the given constructor, with nesting level 1.
MethodParameter(Constructor<?>, int, int) Create a new MethodParameter for the given constructor.
 

Changed Methods
Constructor<?> getConstructor() Change in return type from Constructor to Constructor<?>.
Return the wrapped Constructor, if any.