Uses of Interface
com.google.inject.multibindings.MultibinderBinding
Packages that use MultibinderBinding
Package
Description
Guice (sounds like "juice")
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar
.-
Uses of MultibinderBinding in com.google.inject.internal
Classes in com.google.inject.internal that implement MultibinderBindingModifier and TypeClassDescriptionprivate static final class
Implementation of BaseFactory that exposes details about the multibinder through the extension SPI. -
Uses of MultibinderBinding in com.google.inject.multibindings
Methods in com.google.inject.multibindings with parameters of type MultibinderBindingModifier and TypeMethodDescriptionMultibindingsTargetVisitor.visit
(MultibinderBinding<? extends T> multibinding) Visits a binding created throughMultibinder
.