GWT 2.3.0

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()
          Deprecated.  
 

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)
          Deprecated. Create an instance of an AutoBean directly.
 


GWT 2.3.0