Generated by
JDiff

Class org.springframework.core.annotation.AnnotationUtils

Added Methods
AnnotationAttributes getAnnotationAttributes(Annotation, boolean, boolean) Retrieve the given annotation's attributes as an AnnotationAttributes map structure.
 

Changed Methods
Map<String, Object> getAnnotationAttributes(Annotation) Documentation changed from old to new.
Retrieve the given annotation's attributes as a Map, preserving all attribute types as-is.
Map<String, Object> getAnnotationAttributes(Annotation, boolean) Documentation changed from old to new.
Retrieve the given annotation's attributes as a Map.