Package | Description |
---|---|
dagger.android |
APIs to assist with performing injection on Android.
|
dagger.android.support | |
dagger.grpc.server | |
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.
|
Class and Description |
---|
BindsInstance
Marks a method on a component builder or a parameter on a
component factory as binding an instance to some key within the
component.
|
MapKey
Identifies annotation types that are used to associate keys with values returned by provider methods in order to compose a map.
|
Module
Annotates a class that contributes to the object graph.
|
Class and Description |
---|
Module
Annotates a class that contributes to the object graph.
|
Class and Description |
---|
Module
Annotates a class that contributes to the object graph.
|
Class and Description |
---|
MapKey
Identifies annotation types that are used to associate keys with values returned by provider methods in order to compose a map.
|