IntelliJ IDEA
IntelliJ IDEA – the Leading Java and Kotlin IDE, by JetBrains
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.