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
|
interface |
BroadcastReceiverKey
MapKey annotation to key bindings by a type of a BroadcastReceiver . |
interface |
ContentProviderKey
MapKey annotation to key bindings by a type of a ContentProvider . |
interface |
FragmentKey
|
interface |
ServiceKey
|
Modifier and Type | Class and Description |
---|---|
interface |
FragmentKey
|
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
|
Copyright © 2012–2017 The Dagger Authors. All rights reserved.