Generated by
JDiff

Package com.google.inject.assistedinject

Added Classes and Interfaces
AssistedInjectBinding A binding for a factory created by FactoryModuleBuilder.
AssistedInjectTargetVisitor A visitor for the AssistedInject extension.
AssistedMethod Details about how a method in an assisted inject factory will be assisted.
FactoryModuleBuilder Provides a factory that combines the caller's arguments with injector-supplied values to construct objects.
 

Changed Classes
AssistedInject

When used in tandem with FactoryModuleBuilder, constructors annotated with {@code @AssistedInject} indicate that multiple constructors can be injected, each with different parameters.

FactoryProvider Obsolete. Prefer FactoryModuleBuilder for its more concise API and additional capability.