Class DefaultElementVisitor<V>

java.lang.Object
com.google.inject.spi.DefaultElementVisitor<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 Implemented Interfaces:
ElementVisitor<V>

public abstract class DefaultElementVisitor<V> extends Object implements ElementVisitor<V>
No-op visitor for subclassing. All interface methods simply delegate to visitOther(Element), returning its result.
Since:
2.0
Author:
sberlin@gmail.com (Sam Berlin)