Uses of Annotation Interface
org.springframework.aot.hint.annotation.Reflective
Package
Description
Annotation support for runtime hints.
Annotations and supporting classes for declarative cache management.
Support classes for application events, like standard context events.
Annotations and support classes for handling messages.
Annotation support for asynchronous method execution.
Support classes for the open source scheduler
Quartz,
allowing to set up Quartz Schedulers, JobDetails and
Triggers as beans in a Spring context.
Spring's support for annotation-based transaction demarcation.
Annotations for binding requests to controllers and handler methods
as well as for binding request parameters to method arguments.
-
Uses of Reflective in org.springframework.aot.hint.annotation
Modifier and TypeClassDescription@interface
Indicates that one or moreClass
reflection hints should be registered for data binding purpose (class, fields, properties, record components, including types transitively used on properties and record components). -
Uses of Reflective in org.springframework.cache.annotation
Modifier and TypeClassDescription@interface
Annotation indicating that the result of invoking a method (or all methods in a class) can be cached.@interface
Annotation indicating that a method (or all methods on a class) triggers acache evict
operation.@interface
Annotation indicating that a method (or all methods on a class) triggers acache put
operation.@interface
Group annotation for multiple cache annotations (of different or the same type). -
Uses of Reflective in org.springframework.context.event
Modifier and TypeClassDescription@interface
Annotation that marks a method as a listener for application events. -
Uses of Reflective in org.springframework.messaging.handler.annotation
Modifier and TypeClassDescription@interface
-
Uses of Reflective in org.springframework.scheduling.annotation
-
Uses of Reflective in org.springframework.scheduling.quartz
Modifier and TypeMethodDescriptionvoid
LocalTaskExecutorThreadPool.setInstanceId
(String schedInstId) void
LocalTaskExecutorThreadPool.setInstanceName
(String schedName) -
Uses of Reflective in org.springframework.transaction.annotation
Modifier and TypeClassDescription@interface
Describes a transaction attribute on an individual method or on a class. -
Uses of Reflective in org.springframework.web.bind.annotation
Modifier and TypeClassDescription@interface
Annotation for handling exceptions in specific handler classes and/or handler methods.@interface
Annotation for mapping web requests onto methods in request-handling classes with flexible method signatures.