Generated by
JDiff

Class com.google.inject.spi.InjectionPoint

Changed Methods
InjectionPoint forMethod(Method, TypeLiteral<T>) Documentation changed from old to new.
Returns a new injection point for the specified method of {@code type}.
TypeLiteral<?> getDeclaringType() Documentation changed from old to new.
Returns the generic type that defines this injection point.
boolean isToolable() Documentation changed from old to new.
Returns true if the element is annotated with {@literal @}Toolable.
InjectionPoint forConstructor(Constructor<T>) Documentation changed from old to new.
Returns a new injection point for the specified constructor.
InjectionPoint forConstructor(Constructor<T>, TypeLiteral<?, extends, T>) Documentation changed from old to new.
Returns a new injection point for the specified constructor of {@code type}.
Set<InjectionPoint> forInstanceMethodsAndFields(TypeLiteral<?>) Documentation changed from old to new.
Returns all instance method and field injection points on {@code type}.
Set<InjectionPoint> forInstanceMethodsAndFields(Class<?>) Documentation changed from old to new.
Returns all instance method and field injection points on {@code type}.
Set<InjectionPoint> forStaticMethodsAndFields(TypeLiteral<?>) Documentation changed from old to new.
Returns all static method and field injection points on {@code type}.
Set<InjectionPoint> forStaticMethodsAndFields(Class<?>) Documentation changed from old to new.
Returns all static method and field injection points on {@code type}.