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.annotationMethods in org.springframework.context.annotation with annotations of type AutowiredModifier and TypeMethodDescriptionvoidLoadTimeWeavingConfiguration.setLoadTimeWeavingConfigurer(LoadTimeWeavingConfigurer ltwConfigurer) 
- 
Uses of Autowired in org.springframework.test.context.junit4Methods in org.springframework.test.context.junit4 with annotations of type AutowiredModifier and TypeMethodDescriptionvoidAbstractTransactionalJUnit4SpringContextTests.setDataSource(DataSource dataSource) Set theDataSource, typically provided via Dependency Injection.
- 
Uses of Autowired in org.springframework.test.context.testngMethods in org.springframework.test.context.testng with annotations of type AutowiredModifier and TypeMethodDescriptionvoidAbstractTransactionalTestNGSpringContextTests.setDataSource(DataSource dataSource) Set theDataSource, typically provided via Dependency Injection.
- 
Uses of Autowired in org.springframework.web.reactive.configMethods in org.springframework.web.reactive.config with annotations of type AutowiredModifier and TypeMethodDescriptionvoidDelegatingWebFluxConfiguration.setConfigurers(List<WebFluxConfigurer> configurers) 
- 
Uses of Autowired in org.springframework.web.servlet.config.annotationMethods in org.springframework.web.servlet.config.annotation with annotations of type AutowiredModifier and TypeMethodDescriptionvoidDelegatingWebMvcConfiguration.setConfigurers(List<WebMvcConfigurer> configurers) 
- 
Uses of Autowired in org.springframework.web.socket.config.annotationMethods in org.springframework.web.socket.config.annotation with annotations of type AutowiredModifier and TypeMethodDescriptionvoidDelegatingWebSocketConfiguration.setConfigurers(List<WebSocketConfigurer> configurers) voidDelegatingWebSocketMessageBrokerConfiguration.setConfigurers(List<WebSocketMessageBrokerConfigurer> configurers)