Generated by
JDiff

Interface com.google.inject.multibindings.MultibinderBinding

Changed Methods
boolean containsElement(Element) Changed from non-abstract to abstract. Returns true if this Multibinder uses the given Element.
TypeLiteral<?> getElementTypeLiteral() Changed from non-abstract to abstract. Returns the TypeLiteral that describes the type of elements in the set.
List<Binding<?>> getElements() Changed from non-abstract to abstract. Returns all bindings that make up the set.
Key<T> getSetKey() Changed from non-abstract to abstract. Returns the key for the set.
boolean permitsDuplicates() Changed from non-abstract to abstract. Returns true if the multibinder permits duplicates.