Uses of Annotation Interface
org.springframework.context.annotation.ImportRuntimeHints
Package
Description
Configuration support for WebSocket messaging using higher level messaging protocols.
Annotation support for asynchronous method execution.
Spring's support for annotation-based transaction demarcation.
Support classes for integrating a JSR-303 Bean Validation provider
(such as Hibernate Validator) into a Spring ApplicationContext
and in particular with Spring's data binding and validation APIs.
Spring WebFlux configuration infrastructure.
Annotation-based setup for Spring MVC.
-
Uses of ImportRuntimeHints in org.springframework.messaging.simp.config
Modifier and TypeClassDescriptionclass
Provides essential configuration for handling messages with simple messaging protocols such as STOMP. -
Uses of ImportRuntimeHints in org.springframework.scheduling.annotation
Modifier and TypeClassDescriptionclass
Bean post-processor that registers methods annotated with@Scheduled
to be invoked by aTaskScheduler
according to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation. -
Uses of ImportRuntimeHints in org.springframework.transaction.annotation
Modifier and TypeClassDescriptionclass
@Configuration
class that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven transaction management. -
Uses of ImportRuntimeHints in org.springframework.validation.beanvalidation
Modifier and TypeClassDescriptionclass
A convenientBeanPostProcessor
implementation that delegates to a JSR-303 provider for performing method-level validation on annotated methods. -
Uses of ImportRuntimeHints in org.springframework.web.reactive.config
Modifier and TypeClassDescriptionclass
The main class for Spring WebFlux configuration. -
Uses of ImportRuntimeHints in org.springframework.web.servlet.config.annotation
Modifier and TypeClassDescriptionclass
This is the main class providing the configuration behind the MVC Java config.