Generated by
JDiff

Interface com.google.inject.Binding

Changed Methods
V acceptScopingVisitor(BindingScopingVisitor<V>) Changed from non-abstract to abstract. Accepts a scoping visitor.
V acceptTargetVisitor(BindingTargetVisitor<?, super, T, V>) Changed from non-abstract to abstract. Accepts a target visitor.
Key<T> getKey() Changed from non-abstract to abstract. Returns the key for this binding.
Provider<T> getProvider() Changed from non-abstract to abstract. Returns the scoped provider guice uses to fulfill requests for this binding.