Generated by
JDiff

Class com.google.inject.spi.InjectionPoint

Documentation changed from old to new.

Added Methods
InjectionPoint forConstructor(Constructor<T>) Returns a new injection point for the specified constructor.
InjectionPoint forConstructor(Constructor<T>, TypeLiteral<?, extends, T>) Returns a new injection point for the specified constructor of {@code type}.
TypeLiteral<?> getDeclaringType() Returns the generic type that defines this injection point.
boolean isToolable() Returns true if the element is annotated with {@literal @}Toolable.
 

Changed Methods
Set<InjectionPoint> forStaticMethodsAndFields(TypeLiteral<?>) Change in signature from TypeLiteral to TypeLiteral<?>.
Returns all static method and field injection points on {@code type}.