Uses of Annotation Interface
org.springframework.aot.hint.annotation.Reflective
Package
Description
Support classes for application events, like standard context events.
Annotations and support classes for handling messages.
Annotation support for asynchronous method execution.
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.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.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 mapping web requests onto methods in request-handling classes with flexible method signatures.