Changed Methods |
void bindInterceptor(Matcher<Class<?>>, Matcher<Method>, MethodInterceptor[])
|
Documentation changed from old to new. |
@see Binder#bindInterceptor(com.google.inject.matcher.Matcher,
com.google.inject.matcher.Matcher, org.aopalliance.intercept.MethodInterceptor[]) |
Stage currentStage()
|
Documentation changed from old to new. |
@see Binder#currentStage()
|
void bindListener(Matcher<TypeLiteral<?>>, TypeListener)
|
Documentation changed from old to new. |
@see Binder#bindListener(com.google.inject.matcher.Matcher, com.google.inject.spi.TypeListener)
|
void configure()
|
Changed from abstract to non-abstract.
|
Configures a Binder via the exposed methods. |
void requireBinding(Key<?> )
|
Documentation changed from old to new. |
Adds a dependency from this module to {@code key}. |
void requireBinding(Class<?> )
|
Documentation changed from old to new. |
Adds a dependency from this module to {@code type}. |