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.annotationClassDescriptionAdapter for exposing a set of annotations as an
AnnotatedElement, in particular as input for various methods inAnnotatedElementUtils.A convenient wrapper for aMethodhandle, 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@Orderandannotations, with an order value provided by aninvalid reference
@PriorityOrderedinstance 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 find repeatable annotations within container 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.