Uses of Annotation Interface
dagger.MapKey
Package
Description
APIs to assist with performing injection on Android.
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.
-
Uses of MapKey in dagger.android
Modifier and TypeClassDescription@interface
MapKey
annotation to keyAndroidInjector.Factory
bindings. -
Uses of MapKey in dagger.multibindings