This PR fixes problems with auto-mappings being in-recursive-order with the onInitialize and afterInitialize hooks, which is hard to wrap your head around. So now ensure that all singletons have been mapped before onInitialize and created before afterInitialize
This PR fixes problems with auto-mappings being in-recursive-order with the
onInitialize
andafterInitialize
hooks, which is hard to wrap your head around. So now ensure that all singletons have been mapped beforeonInitialize
and created beforeafterInitialize