So, I\'m currently redesigning an Android app of mine to use Dagger. My app is large and complicated, and I recently came across the following scenario:
Object A requir
I just want to add that years passed after this question has been posted and now there is a library called
AssistedInject
which has been created by Jake and friends at Square, to solve the exact same problem and is fully compatible with Dagger 2.
You can find it here: https://github.com/square/AssistedInject