Uses of Annotation Interface
org.springframework.context.annotation.ImportRuntimeHints
Packages that use 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.annotationClasses in org.springframework.transaction.annotation with annotations of type ImportRuntimeHintsModifier and TypeClassDescriptionclass@Configurationclass 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.supportClasses in org.springframework.web.reactive.socket.server.support with annotations of type ImportRuntimeHintsModifier and TypeClassDescriptionclassHandlerAdapterthat allowsDispatcherHandlerto support handlers of typeWebSocketHandlerwith such handlers mapped to URL patterns viaSimpleUrlHandlerMapping.