Generated by
JDiff

Interface com.google.inject.binder.LinkedBindingBuilder

Documentation changed from old to new.

Changed Methods
void toInstance(T) Documentation changed from old to new.
See the EDSL examples at com.google.inject.Binder.
ScopedBindingBuilder to(Key<? extends T>) Documentation changed from old to new.
See the EDSL examples at com.google.inject.Binder.
ScopedBindingBuilder to(TypeLiteral<? extends T>) Documentation changed from old to new.
See the EDSL examples at com.google.inject.Binder.
ScopedBindingBuilder to(Class<? extends T>) Documentation changed from old to new.
See the EDSL examples at com.google.inject.Binder.
ScopedBindingBuilder toProvider(Key<Provider<? extends T>>) Documentation changed from old to new.
See the EDSL examples at com.google.inject.Binder.
ScopedBindingBuilder toProvider(Provider<? extends T>) Documentation changed from old to new.
See the EDSL examples at com.google.inject.Binder.
ScopedBindingBuilder toProvider(Class<Provider<? extends T>>) Documentation changed from old to new.
See the EDSL examples at com.google.inject.Binder.