Is it possible to do field injection and constructor injection for the same class ?
For instance : implementation is like
activity
- field injection of fragment.
fragment (activityscoped)
- non parameter constructor injection (downstream )
- field injection of presenter(Fragmentscoped) class.