Generated by
JDiff

Package org.springframework.core.annotation

Added Classes and Interfaces
AnnotationFilter Callback interface that can be used to filter specific annotation types.
MergedAnnotation A single merged annotation returned from a MergedAnnotations collection.
MergedAnnotation.Adapt Adaptations that can be applied to attributes values when creating MergedAnnotation#asMap(Adapt...) Maps or AnnotationAttributes.
MergedAnnotationCollectors Collector implementations that provide various reduction operations for MergedAnnotation instances.
MergedAnnotationPredicates Predicate implementations that provide various test operations for MergedAnnotations.
MergedAnnotationSelector Strategy interface used to select between two MergedAnnotation instances.
MergedAnnotationSelectors MergedAnnotationSelector implementations that provide various options for MergedAnnotation instances.
MergedAnnotations Provides access to a collection of merged annotations, usually obtained from a source such as a Class or Method.
MergedAnnotations.SearchStrategy Search strategies supported by MergedAnnotations.from(AnnotatedElement, SearchStrategy).
RepeatableContainers Strategy used to determine annotations that act as containers for other annotations.
 

Changed Classes
AnnotationUtils General utility methods for working with annotations, handling meta-annotations, bridge methods (which the compiler generates for generic declarations) as well as super methods (for optional annotation inheritance).