Uses of Annotation Interface
org.springframework.context.annotation.ImportRuntimeHints
Package
Description
Spring's support for annotation-based transaction demarcation.
Server-side support classes for WebSocket requests.
-
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.web.reactive.socket.server.support
Modifier and TypeClassDescriptionclass
HandlerAdapter
that allowsDispatcherHandler
to support handlers of typeWebSocketHandler
with such handlers mapped to URL patterns viaSimpleUrlHandlerMapping
.