Generated by
JDiff

Interface com.google.inject.binder.LinkedBindingBuilder

Added Methods
ScopedBindingBuilder toProvider(Provider<? extends T>) See the EDSL examples at com.google.inject.Binder.
 

Changed Methods
void toInstance(T) Changed from non-abstract to abstract. See the EDSL examples at com.google.inject.Binder.
ScopedBindingBuilder to(Key<? extends T>) Changed from non-abstract to abstract. See the EDSL examples at com.google.inject.Binder.
ScopedBindingBuilder to(TypeLiteral<? extends T>) Changed from non-abstract to abstract. See the EDSL examples at com.google.inject.Binder.
ScopedBindingBuilder to(Class<? extends T>) Changed from non-abstract to abstract. See the EDSL examples at com.google.inject.Binder.
ScopedBindingBuilder toConstructor(Constructor<S>) Changed from non-abstract to abstract. See the EDSL examples at com.google.inject.Binder.
ScopedBindingBuilder toConstructor(Constructor<S>, TypeLiteral<?, extends, S>) Changed from non-abstract to abstract. See the EDSL examples at com.google.inject.Binder.
ScopedBindingBuilder toProvider(Key<Provider<? extends T>>) Changed from non-abstract to abstract. See the EDSL examples at com.google.inject.Binder.
ScopedBindingBuilder toProvider(Provider<? extends T>) Changed from non-abstract to abstract. See the EDSL examples at com.google.inject.Binder.
ScopedBindingBuilder toProvider(TypeLiteral<Provider<? extends T>>) Changed from non-abstract to abstract. See the EDSL examples at com.google.inject.Binder.
ScopedBindingBuilder toProvider(Class<Provider<? extends T>>) Changed from non-abstract to abstract. See the EDSL examples at com.google.inject.Binder.