Package | Description |
---|---|
dagger.android |
APIs to assist with performing injection on Android.
|
dagger.android.support |
Class and Description |
---|
AndroidInjector
Performs members-injection for a concrete subtype of a core Android type (e.g.,
Activity or Fragment ). |
AndroidInjector.Factory
Creates
AndroidInjector s for a concrete subtype of a core Android type. |
DispatchingAndroidInjector
Performs members-injection on instances of core Android types (e.g.
|
HasActivityInjector
Provides an
AndroidInjector of Activity s. |
HasBroadcastReceiverInjector
Provides an
AndroidInjector of BroadcastReceiver s. |
HasContentProviderInjector
Provides an
AndroidInjector of ContentProvider s. |
HasFragmentInjector
Provides an
AndroidInjector of Fragment s. |
HasServiceInjector
Provides an
AndroidInjector of Service s. |
Class and Description |
---|
AndroidInjector
Performs members-injection for a concrete subtype of a core Android type (e.g.,
Activity or Fragment ). |
DaggerApplication
An
Application that injects its members and can be used to inject Activity s,
Fragment s, Service s, BroadcastReceiver s and ContentProvider s
attached to it. |
HasFragmentInjector
Provides an
AndroidInjector of Fragment s. |