List the modules resolved during the application startup
问题 How can one get to know of the list of modules that have been resolved while the application has been started so as to figure out what all service providers are accessible from the root module. 回答1: Module Resolution The module resolution is a two-step process. The first step recursively enumerates the 'requires' directives of a set of root modules. If all the enumerated modules are observable, then the second step computes their readability graph. The readability graph embodies how modules