Dependency browser that works against the inversion of the control structure

Does any inversion of support for the control / dependency framework support viewing dependencies of objects that have been registered? This is not for code execution, but for better understanding. It seems that a graph based on the information it has (class A depends on B and C, B's dependencies on class B dependencies on C and E, etc.) It really documents the system well.

I am using Castle Windsor at the moment, but do not mind trying a different structure for this functionality.

+3
source share
2 answers

, Windsor. , .

I . ():

windsor dependencies

+2

Spring Spring IDE .

Spring IDE bean graph


Guice Grapher.

Guice graph

+3

Source: https://habr.com/ru/post/1714951/


All Articles