Generated by
JDiff

Interface com.google.inject.Binder

Added Methods
void bindListener(Matcher<Binding<?>>, ProvisionListener[]) Registers listeners for provisioned objects.
void requireAtInjectOnConstructors() Requires that a {@literal @}Inject annotation exists on a constructor in order for Guice to consider it an eligible injectable class.
void requireExactBindingAnnotations() Requires that Guice finds an exactly matching binding annotation.
 

Changed Methods
void bindInterceptor(Matcher<Class<?>>, Matcher<Method>, MethodInterceptor[]) Documentation changed from old to new.
Binds method interceptor[s] to methods matched by class and method matchers.