In Maia you can quickly analyze Spring Bean dependencies: just press Ctrl+Alt+Shift+U while editing Spring application context or invoke pop-up menu on a Spring bean. The quick pop-up view displays selected bean with all its dependencies (including external files), to which you can easily navigate by double-clicking diagram elements.
Click thumbnail to view larger image.

Does it support JavaConfig & annotations?
yes : )
What’s the shortcut under OSX ?
Cool feature. It would be really great to have something similar for Seam components.
I did not expect to use this much, however I find that it’s actually a nice feature.
One nice addition would be an option to “expand scope”.
Initially direct dependencies and dependees are shown.
Often I’d like this graph to expand one step – in other words, show beans which are connected by a maximum of two links.