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