Generated by
JDiff

Interface com.google.inject.assistedinject.AssistedMethod

Documentation changed from old to new.

Changed Methods
Set<Dependency<?>> getDependencies() Documentation changed from old to new.
Returns all non-assisted dependencies required to construct and inject the implementation.
Constructor<?> getImplementationConstructor() Documentation changed from old to new.
Returns the constructor that will be used to construct instances of the implementation.
TypeLiteral<?> getImplementationType() Documentation changed from old to new.
Returns the implementation type that will be created when the method is used.