Generated by
JDiff

Interface com.google.inject.Binding

Added interface com.google.inject.spi.Element.
Documentation changed from old to new.

Removed Methods
Object getSource() Returns an arbitrary object containing information about the "place" where this binding was configured.
 

Added Methods
V acceptScopingVisitor(BindingScopingVisitor<V>) Accepts a scoping visitor.
V acceptTargetVisitor(BindingTargetVisitor<?, super, T, V>) Accepts a target visitor.
 

Changed Methods
Provider<T> getProvider() Documentation changed from old to new.
Returns the scoped provider guice uses to fulfill requests for this binding.