Package | Description |
---|---|
dagger.android |
APIs to assist with performing injection on Android.
|
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 |
AndroidInjectionKey
MapKey annotation to key AndroidInjector.Factory bindings. |
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. |