Class TypeVisitorBase<T>

java.lang.Object
javax.lang.model.util.AbstractTypeVisitor6<T,State>
javax.lang.model.util.SimpleTypeVisitor6<T,State>
com.google.web.bindery.requestfactory.apt.TypeVisitorBase<T>
Type Parameters:
T - the return type for the visitor
All Implemented Interfaces:
TypeVisitor<T,State>
Direct Known Subclasses:
ClientToDomainMapper, TransportableTypeVisitor

class TypeVisitorBase<T> extends SimpleTypeVisitor6<T,State>
Provides utility functions for type visitors.