GWT 2.7.0

Uses of Class
com.google.web.bindery.autobean.shared.AutoBeanVisitor

Packages that use AutoBeanVisitor
com.google.web.bindery.autobean.shared The AutoBean framework provides automatically-generated implementations of bean-like interfaces and a low-level serialization mechanism for those interfaces. 
 

Uses of AutoBeanVisitor in com.google.web.bindery.autobean.shared
 

Methods in com.google.web.bindery.autobean.shared with parameters of type AutoBeanVisitor
 void AutoBean.accept(AutoBeanVisitor visitor)
          Accept an AutoBeanVisitor.
 


GWT 2.7.0