Uses of Package
dagger.android
-
Classes in dagger.android used by dagger.android Class Description AndroidInjector Performs members-injection for a concrete subtype of a core Android type (e.g.,ActivityorFragment).AndroidInjector.Factory CreatesAndroidInjectors for a concrete subtype of a core Android type.DaggerApplication AnApplicationthat injects its members and can be used to inject objects that the Android framework instantiates, such as Activitys, Fragments, or Services.HasAndroidInjector Provides anAndroidInjector.