https://kotlinlang.org logo
d

dineshbob

06/25/2017, 3:41 PM
I understand dependency injection (without framework) is that we inject the dependencies to the class instead of the class creates or queries from inside it. So querying the dependency from inside the class defeats the dependency injection.