the type signature of the method must be a leaf no...
# getting-started
t
the type signature of the method must be a leaf node on your class hierarchy or dagger will miss things.
c
What do you mean by leaf node?
t
if A extends B and B extends C then A would be a leaf
if dagger only knows about B it will only inject what B and C are marking as @Inject