Generated by
JDiff

Interface com.google.inject.binder.ScopedBindingBuilder

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