You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our first idea was to iterate over all the framework bundles, take the sharedInstance of their principal class and if they implemented a ModuleProvider interface (with a modules() method), we retrieved the modules from there. But that didn't work because the principal classes are not all available at this point (when InjectableApplication calls getModules())
So for the moment, we've implemented it in each FrameworkPrincipal's finishInitialization method by contributing a list of modules of our base application class :
The Injector initialization can search for modules declared via Wonder's framework principal mechanism.
The text was updated successfully, but these errors were encountered: