Uses of Class
com.google.web.bindery.autobean.shared.AutoBeanVisitor
-
Packages that use AutoBeanVisitor Package Description 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 Modifier and Type Method Description void
AutoBean. accept(AutoBeanVisitor visitor)
Accept an AutoBeanVisitor.
-