Class AnnotatedMethod

java.lang.Object
org.springframework.core.annotation.AnnotatedMethod

public class AnnotatedMethod extends Object
A convenient wrapper for a Method handle, providing deep annotation introspection on methods and method parameters, including the exposure of interface-declared parameter annotations from the concrete target method.
Since:
6.1
Author:
Juergen Hoeller
See Also: