Uses of Class
dagger.MapKey
-
Packages that use MapKey Package Description 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. -
-
Uses of MapKey in dagger.multibindings
Classes in dagger.multibindings with annotations of type MapKey Modifier and Type Class Description interfaceClassKeyAMapKeyannotation for maps withClass<?>keys.interfaceIntKeyAMapKeyannotation for maps withintkeys.interfaceLongKeyAMapKeyannotation for maps withlongkeys.interfaceStringKeyAMapKeyannotation for maps withStringkeys.
-