Interface AssistedInjectTargetVisitor<T,​V>

  • All Superinterfaces:
    com.google.inject.spi.BindingTargetVisitor<T,​V>

    public interface AssistedInjectTargetVisitor<T,​V>
    extends com.google.inject.spi.BindingTargetVisitor<T,​V>
    A visitor for the AssistedInject extension.

    If your BindingTargetVisitor implements this interface, bindings created by using FactoryModuleBuilder will be visited through this interface.

    Since:
    3.0
    Author:
    ramakrishna@google.com (Ramakrishna Rajanna)