Uses of Class
com.google.inject.multibindings.MapKey
-
Packages that use MapKey Package Description com.google.inject.multibindings Extension for binding multiple instances in a collection; this extension requiresguice-multibindings.jar
. -
-
Uses of MapKey in com.google.inject.multibindings
Classes in com.google.inject.multibindings with annotations of type MapKey Modifier and Type Class Description interface
ClassMapKey
Allows @ProvidesIntoMap
to specify a class map key.interface
StringMapKey
Allows @ProvidesIntoMap
to specify a string map key.
-