Package | Description |
---|---|
dagger.android |
APIs to assist with performing injection on 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 classes that the
Android framework instantiates. |