GWT 2.1.1

Uses of Class
com.google.gwt.autobean.server.Configuration

Packages that use Configuration
com.google.gwt.autobean.server Contains JVM-compatible implementations of the AutoBean framework. 
 

Uses of Configuration in com.google.gwt.autobean.server
 

Methods in com.google.gwt.autobean.server that return Configuration
 Configuration Configuration.Builder.build()
           
 

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


GWT 2.1.1