Is there a way to find out bean creation order (or at least dependency order) after Spring context has been refreshed?
Just a simple order of bean definitions would do it. I dont want the order in which they were registered. I want the order in which they will be created (dependency tree)