Changed Methods |
void bindInterceptor(Matcher<Method>, MethodInterceptor[])
|
Documentation changed from old to new. |
Binds method interceptor[s] to methods matched in type {@code I} and its supertypes. |
void addError(String, Object[])
|
Documentation changed from old to new. |
Records an error message for type {@code I} which will be presented to the user at a later
time. |
MembersInjector<T> getMembersInjector(TypeLiteral<T> )
|
Documentation changed from old to new. |
Returns the members injector used to inject dependencies into methods and fields on instances
of the given type {@code T}. |
MembersInjector<T> getMembersInjector(Class<T> )
|
Documentation changed from old to new. |
Returns the members injector used to inject dependencies into methods and fields on instances
of the given type {@code T}. |