com.google.inject.spi.ProvidesMethodTargetVisitor<T, V> |
A visitor for the @Provides
bindings.
If your BindingTargetVisitor
implements this interface, bindings created by using
@Provides
will be visited through this interface.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Visits an
ProvidesMethodBinding created with an @Provides method. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Visits an ProvidesMethodBinding
created with an @Provides
method.