Is there any way to construct Spring's bean dependency graph without doing refresh() to a context? By using the BeanDefinitions gathered by the Spring Readers or so
I want to build the dependency graph for an application with the minimum waste of memory/time.
Thanks!