Generated by
JDiff

Interface com.google.inject.Binder

Documentation changed from old to new.

Added Methods
void disableCircularProxies() Prevents Guice from constructing a Proxy when a circular dependency is found.
void requireExplicitBindings() Instructs the Injector that bindings must be listed in a Module in order to be injected.
 

Changed Methods
Provider<T> getProvider(Key<T>) Documentation changed from old to new.
Returns the provider used to obtain instances for the given injection key.