com.google.inject.spi

Interface ElementVisitor<V>

  • Type Parameters:
    V - any type to be returned by the visit method. Use Void with return null if no return type is needed.
    All Known Implementing Classes:
    DefaultElementVisitor


    public interface ElementVisitor<V>
    Visit elements.
    Since:
    2.0

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