GWT 2.3.0

Uses of Class
com.google.web.bindery.autobean.vm.Configuration

Packages that use Configuration
com.google.web.bindery.autobean.vm Contains JVM-compatible implementations of the AutoBean framework. 
 

Uses of Configuration in com.google.web.bindery.autobean.vm
 

Methods in com.google.web.bindery.autobean.vm that return Configuration
 Configuration Configuration.Builder.build()
           
 

Methods in com.google.web.bindery.autobean.vm with parameters of type Configuration
static
<T> AutoBean<T>
AutoBeanFactorySource.createBean(java.lang.Class<T> clazz, Configuration configuration)
          Create an instance of an AutoBean directly.
 


GWT 2.3.0