com.google.inject.spi

Interface ProvidesMethodTargetVisitor<T,V>

  • All Superinterfaces:
    BindingTargetVisitor<T,V>


    public interface ProvidesMethodTargetVisitor<T,V>
    extends BindingTargetVisitor<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.

    Since:
    4.0
    Author:
    sameb@google.com (Sam Berlin)

Copyright © 2006-2016 Google, Inc.. All Rights Reserved.