| Class and Description |
|---|
| AndroidInjector
Performs members-injection for a concrete subtype of a core Android type (e.g.,
Activity or Fragment). |
| AndroidInjector.Factory
Creates
AndroidInjectors for a concrete subtype of a core Android type. |
| DaggerApplication
An
Application that injects its members and can be used to inject objects that the
Android framework instantiates, such as Activitys, Fragments, or Services. |
| HasAndroidInjector
Provides an
AndroidInjector. |