程序包的使用
org.springframework.core.annotation
使用org.springframework.core.annotation的程序包 程序包 说明 org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration.org.springframework.cache.annotation Annotations and supporting classes for declarative cache management.org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.org.springframework.context.event Support classes for application events, like standard context events.org.springframework.core.annotation Core support package for annotations, meta-annotations, and merged annotations with attribute overrides.org.springframework.core.type Core support package for type introspection.org.springframework.core.type.classreading Support classes for reading annotation and class-level metadata.org.springframework.jmx.export.annotation Java 5 annotations for MBean exposure.org.springframework.messaging.handler Basic abstractions for working with message handler methods.org.springframework.messaging.handler.annotation Annotations and support classes for handling messages.org.springframework.messaging.simp.annotation Annotations and for handling messages from SImple Messaging Protocols such as STOMP.org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.stereotype Annotations denoting the roles of types or methods in the overall architecture (at a conceptual, rather than implementation, level).org.springframework.test.context This package contains the Spring TestContext Framework which provides annotation-driven unit and integration testing support that is agnostic of the actual testing framework in use.org.springframework.test.context.event.annotation Test event annotations for the Spring TestContext Framework.org.springframework.test.context.jdbc JDBC support classes for the Spring TestContext Framework, including support for declarative SQL script execution via@Sql.org.springframework.test.context.junit.jupiter Core support for integrating the Spring TestContext Framework with the JUnit Jupiter extension model in JUnit 5.org.springframework.test.context.junit.jupiter.web Web support for integrating the Spring TestContext Framework with the JUnit Jupiter extension model in JUnit 5.org.springframework.test.util General utility classes for use in unit and integration tests.org.springframework.transaction.annotation Spring's support for annotation-based transaction demarcation.org.springframework.transaction.event Spring's support for listening to transaction events.org.springframework.web.bind.annotation Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.org.springframework.web.context.annotation Provides convenience annotations for web scopes.org.springframework.web.method Common infrastructure for handler method processing, as used by Spring MVC'sorg.springframework.web.servlet.mvc.methodpackage.org.springframework.web.reactive.config Spring WebFlux configuration infrastructure.org.springframework.beans.factory.annotation使用的org.springframework.core.annotation中的类 类 说明 AnnotationAttributes LinkedHashMapsubclass representing annotation attribute key-value pairs as read byAnnotationUtils,AnnotatedElementUtils, and Spring's reflection- and ASM-basedAnnotationMetadataimplementations.MergedAnnotation A single merged annotation returned from aMergedAnnotationscollection.org.springframework.cache.annotation使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.AnnotationAttributes LinkedHashMapsubclass representing annotation attribute key-value pairs as read byAnnotationUtils,AnnotatedElementUtils, and Spring's reflection- and ASM-basedAnnotationMetadataimplementations.org.springframework.context.annotation使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.org.springframework.context.event使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.org.springframework.core.annotation使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.AnnotationAttributes LinkedHashMapsubclass representing annotation attribute key-value pairs as read byAnnotationUtils,AnnotatedElementUtils, and Spring's reflection- and ASM-basedAnnotationMetadataimplementations.AnnotationAwareOrderComparator 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).AnnotationFilter Callback interface that can be used to filter specific annotation types.MergedAnnotation A single merged annotation returned from aMergedAnnotationscollection.MergedAnnotation.Adapt Adaptations that can be applied to attribute values when creating Maps orAnnotationAttributes.MergedAnnotations MergedAnnotations.SearchStrategy Search strategies supported byMergedAnnotations.from(AnnotatedElement, SearchStrategy).MergedAnnotationSelector Strategy interface used to select between twoMergedAnnotationinstances.RepeatableContainers Strategy used to determine annotations that act as containers for other annotations.SynthesizingMethodParameter AMethodParametervariant which synthesizes annotations that declare attribute aliases via@AliasFor.org.springframework.core.type.classreading使用的org.springframework.core.annotation中的类 类 说明 AnnotationAttributes LinkedHashMapsubclass representing annotation attribute key-value pairs as read byAnnotationUtils,AnnotatedElementUtils, and Spring's reflection- and ASM-basedAnnotationMetadataimplementations.MergedAnnotations org.springframework.jmx.export.annotation使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.org.springframework.messaging.handler使用的org.springframework.core.annotation中的类 类 说明 SynthesizingMethodParameter AMethodParametervariant which synthesizes annotations that declare attribute aliases via@AliasFor.org.springframework.messaging.handler.annotation使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.org.springframework.messaging.simp.annotation使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.org.springframework.scheduling.annotation使用的org.springframework.core.annotation中的类 类 说明 AnnotationAttributes LinkedHashMapsubclass representing annotation attribute key-value pairs as read byAnnotationUtils,AnnotatedElementUtils, and Spring's reflection- and ASM-basedAnnotationMetadataimplementations.org.springframework.stereotype使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.org.springframework.test.context使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.AnnotationAttributes LinkedHashMapsubclass representing annotation attribute key-value pairs as read byAnnotationUtils,AnnotatedElementUtils, and Spring's reflection- and ASM-basedAnnotationMetadataimplementations.org.springframework.test.context.event.annotation使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.org.springframework.test.context.jdbc使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.org.springframework.test.context.junit.jupiter使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.org.springframework.test.context.junit.jupiter.web使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.org.springframework.test.util使用的org.springframework.core.annotation中的类 类 说明 AnnotationAttributes LinkedHashMapsubclass representing annotation attribute key-value pairs as read byAnnotationUtils,AnnotatedElementUtils, and Spring's reflection- and ASM-basedAnnotationMetadataimplementations.org.springframework.transaction.annotation使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.AnnotationAttributes LinkedHashMapsubclass representing annotation attribute key-value pairs as read byAnnotationUtils,AnnotatedElementUtils, and Spring's reflection- and ASM-basedAnnotationMetadataimplementations.org.springframework.transaction.event使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.org.springframework.web.bind.annotation使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.org.springframework.web.context.annotation使用的org.springframework.core.annotation中的类 类 说明 AliasFor @AliasForis an annotation that is used to declare aliases for annotation attributes.org.springframework.web.method使用的org.springframework.core.annotation中的类 类 说明 SynthesizingMethodParameter AMethodParametervariant which synthesizes annotations that declare attribute aliases via@AliasFor.org.springframework.web.reactive.config使用的org.springframework.core.annotation中的类 类 说明 Order @Orderdefines the sort order for an annotated component.