IntelliJ IDEA
IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
Tips & Tricks
Making Spring Autowired Dependencies Explicit
Try invoking Make autowired dependencies explicit intention actions for beans or contexts that use autowire attribute.
IntelliJ IDEA will find all beans that can be autowired with current bean and generate appropriate properties with correct reference attribute.