Class AnnotatedElementAdapter

java.lang.Object
org.springframework.core.annotation.AnnotatedElementAdapter
All Implemented Interfaces:
Serializable, AnnotatedElement

public final class AnnotatedElementAdapter extends Object implements AnnotatedElement, Serializable
Adapter for exposing a set of annotations as an AnnotatedElement, in particular as input for various methods in AnnotatedElementUtils.
Since:
7.0
Author:
Juergen Hoeller, Sam Brannen
See Also: