Uses of Annotation Interface
org.springframework.aot.hint.annotation.Reflective
Packages that use 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
Classes in org.springframework.context.event with annotations of type ReflectiveModifier and TypeClassDescription@interfaceAnnotation that marks a method as a listener for application events. -
Uses of Reflective in org.springframework.messaging.handler.annotation
Classes in org.springframework.messaging.handler.annotation with annotations of type ReflectiveModifier and TypeClassDescription@interface -
Uses of Reflective in org.springframework.scheduling.annotation
Classes in org.springframework.scheduling.annotation with annotations of type Reflective -
Uses of Reflective in org.springframework.transaction.annotation
Classes in org.springframework.transaction.annotation with annotations of type ReflectiveModifier and TypeClassDescription@interfaceDescribes a transaction attribute on an individual method or on a class. -
Uses of Reflective in org.springframework.web.bind.annotation
Classes in org.springframework.web.bind.annotation with annotations of type ReflectiveModifier and TypeClassDescription@interfaceAnnotation for mapping web requests onto methods in request-handling classes with flexible method signatures.