Is there a tool to generate diagram/graph of Spring application context?
The tool should take into consideration also annotation driven configuration (like @Autowired).
Another tool you may want to look into: https://github.com/aigor/spring-beans-visualized
It purely works on a running ApplicationContext and does not do a static analysis. It does need Spring-Boot though to work.
ApplicationContext
Spring-Boot