| Package | Description |
|---|---|
| dagger.android | |
| dagger.android.support |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AndroidInjector<? extends DaggerApplication> |
DaggerApplication.applicationInjector()
Implementations should return an
AndroidInjector for the concrete DaggerApplication. |
| Modifier and Type | Class and Description |
|---|---|
class |
DaggerApplication
An
Application that injects its members and can be used to inject Activitys, framework fragments, support fragments, Services, BroadcastReceivers, and ContentProviders attached to it. |