Uses of Package
org.springframework.core.annotation
Packages that use org.springframework.core.annotation
Package
Description
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
Core support package for type introspection.
-
Classes in org.springframework.core.annotation used by org.springframework.core.annotationClassDescriptionA convenient wrapper for a
Methodhandle, providing deep annotation introspection on methods and method parameters, including the exposure of interface-declared parameter annotations from the concrete target method.A MethodParameter with AnnotatedMethod-specific behavior.LinkedHashMapsubclass representing annotation attribute key-value pairs as read byAnnotationUtils,AnnotatedElementUtils, and Spring's reflection- and ASM-basedAnnotationMetadataimplementations.AnnotationAwareOrderComparatoris an extension ofOrderComparatorthat supports Spring'sOrderedinterface as well as the@Orderand@Priorityannotations, with an order value provided by anOrderedinstance overriding a statically defined annotation value (if any).Callback interface that can be used to filter specific annotation types.A single merged annotation returned from aMergedAnnotationscollection.Adaptations that can be applied to attribute values when creating Maps orAnnotationAttributes.Fluent API for configuring the search algorithm used in theMergedAnnotationsmodel and performing a search.Search strategies supported byMergedAnnotations.search(SearchStrategy)as well asMergedAnnotations.from(AnnotatedElement, SearchStrategy)and variants of that method.Strategy interface used to select between twoMergedAnnotationinstances.Strategy used to determine annotations that act as containers for other annotations.AMethodParametervariant which synthesizes annotations that declare attribute aliases via@AliasFor. -
Classes in org.springframework.core.annotation used by org.springframework.core.typeClassDescription
LinkedHashMapsubclass representing annotation attribute key-value pairs as read byAnnotationUtils,AnnotatedElementUtils, and Spring's reflection- and ASM-basedAnnotationMetadataimplementations.A single merged annotation returned from aMergedAnnotationscollection.