Class GenericAnnotationAttributes<A extends Annotation>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,Object>
org.springframework.core.annotation.AnnotationAttributes
io.microsphere.spring.core.annotation.GenericAnnotationAttributes<A>
Type Parameters:
A - The type of Annotation
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>
Direct Known Subclasses:
ResolvablePlaceholderAnnotationAttributes

public class GenericAnnotationAttributes<A extends Annotation> extends org.springframework.core.annotation.AnnotationAttributes
Generic AnnotationAttributes
Since:
1.0.0
Author:
Mercy
See Also: