Without a DI framework you'd have to write some ki...
# announcements
d
Without a DI framework you'd have to write some kind of "registry" where the singleton can get it's dependencies from. Then you can either make that registry a global constant or pass it into the
getInstance
method.