Uses of Annotation Interface
org.springframework.beans.factory.annotation.Autowired
Packages that use Autowired
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Support classes for integrating the Spring TestContext Framework
with JUnit 4.12 or higher.
Support classes for integrating the Spring TestContext Framework
with TestNG.
Spring WebFlux configuration infrastructure.
Annotation-based setup for Spring MVC.
Support for annotation-based WebSocket setup in configuration classes.
-
Uses of Autowired in org.springframework.context.annotation
Methods in org.springframework.context.annotation with annotations of type AutowiredModifier and TypeMethodDescriptionvoid
LoadTimeWeavingConfiguration.setLoadTimeWeavingConfigurer
(LoadTimeWeavingConfigurer ltwConfigurer) -
Uses of Autowired in org.springframework.test.context.junit4
Methods in org.springframework.test.context.junit4 with annotations of type AutowiredModifier and TypeMethodDescriptionvoid
AbstractTransactionalJUnit4SpringContextTests.setDataSource
(DataSource dataSource) Set theDataSource
, typically provided via Dependency Injection. -
Uses of Autowired in org.springframework.test.context.testng
Methods in org.springframework.test.context.testng with annotations of type AutowiredModifier and TypeMethodDescriptionvoid
AbstractTransactionalTestNGSpringContextTests.setDataSource
(DataSource dataSource) Set theDataSource
, typically provided via Dependency Injection. -
Uses of Autowired in org.springframework.web.reactive.config
Methods in org.springframework.web.reactive.config with annotations of type AutowiredModifier and TypeMethodDescriptionvoid
DelegatingWebFluxConfiguration.setConfigurers
(List<WebFluxConfigurer> configurers) -
Uses of Autowired in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation with annotations of type AutowiredModifier and TypeMethodDescriptionvoid
DelegatingWebMvcConfiguration.setConfigurers
(List<WebMvcConfigurer> configurers) -
Uses of Autowired in org.springframework.web.socket.config.annotation
Methods in org.springframework.web.socket.config.annotation with annotations of type AutowiredModifier and TypeMethodDescriptionvoid
DelegatingWebSocketConfiguration.setConfigurers
(List<WebSocketConfigurer> configurers) void
DelegatingWebSocketMessageBrokerConfiguration.setConfigurers
(List<WebSocketMessageBrokerConfigurer> configurers)