Without DI the singleton would have to query for i...
# announcements
d
Without DI the singleton would have to query for it's parameters. It definitely does not make sense to require them to be passed in to
getInstance
.