Generated by
JDiff

Interface com.google.inject.binder.ScopedBindingBuilder

Documentation changed from old to new.

Changed Methods
void asEagerSingleton() Documentation changed from old to new.
Instructs the com.google.inject.Injector to eagerly initialize this singleton-scoped binding upon creation.
void in(Scope) Documentation changed from old to new.
See the EDSL examples at com.google.inject.Binder.
void in(Class<Annotation>) Documentation changed from old to new.
See the EDSL examples at com.google.inject.Binder.