Generated by
JDiff

Interface com.google.inject.multibindings.OptionalBinderBinding

Documentation changed from old to new.

Changed Methods
boolean containsElement(Element) Documentation changed from old to new.
Returns true if this OptionalBinder contains the given Element in order to build the optional binding or uses the given Element in order to support building and injecting its data.
Binding<?> getActualBinding() Documentation changed from old to new.
Returns the actual binding (set by OptionalBinder.setBinding) or null if not set.
Binding<?> getDefaultBinding() Documentation changed from old to new.
Returns the default binding (set by OptionalBinder.setDefault) if one exists or null if no default binding is set.