Is there a tool to generate diagram/graph of Spring application context?
The tool should take into consideration also annotation driven configuration (like @Autowired).
IntelliJ IDEA's Ultimate Edition can generate a Spring dependency graph. Basically, right click on the file name and select Diagrams -> Show Diagram. This web page provides the details.
Diagrams -> Show Diagram