Package | Description |
---|---|
dagger.android | |
dagger.android.support | |
dagger.multibindings |
This package contains the API by which Dagger allows you to bind several objects into a
collection that can be injected without depending directly on each of the individual bindings.
|
Modifier and Type | Class and Description |
---|---|
interface |
ActivityKey
Deprecated.
Use
ClassKey instead. See https://google.github.io/dagger/android. |
interface |
AndroidInjectionKey
MapKey annotation to key AndroidInjector.Factory bindings. |
interface |
BroadcastReceiverKey
Deprecated.
Use
ClassKey instead. See https://google.github.io/dagger/android. |
interface |
ContentProviderKey
Deprecated.
Use
ClassKey instead. See https://google.github.io/dagger/android. |
interface |
FragmentKey
Deprecated.
Use
ClassKey instead. See https://google.github.io/dagger/android. |
interface |
ServiceKey
Deprecated.
Use
ClassKey instead. See https://google.github.io/dagger/android. |
Modifier and Type | Class and Description |
---|---|
interface |
FragmentKey
Deprecated.
Use
ClassKey instead. See https://google.github.io/dagger/android. |
Modifier and Type | Class and Description |
---|---|
interface |
ClassKey
A
MapKey annotation for maps with Class<?> keys. |
interface |
IntKey
A
MapKey annotation for maps with int keys. |
interface |
LongKey
A
MapKey annotation for maps with long keys. |
interface |
StringKey
A
MapKey annotation for maps with String keys. |