GWT 2.3.0

com.google.gwt.autobean.server
Class Configuration

java.lang.Object
  extended by com.google.gwt.autobean.server.Configuration

Deprecated.

@Deprecated
public class Configuration
extends java.lang.Object

Used by AutoBeanFactoryMagic.createBean(Class, Configuration). This type replicates the annotations that may be applied to an AutoBeanFactory declaration.

AutoBeans has moved to com.google.web.bindery.autobeans. This package will be removed in a future version of GWT.


Nested Class Summary
static class Configuration.Builder
          Deprecated. 
 
Method Summary
 java.util.List<java.lang.Class<?>> getCategories()
          Deprecated.  
 java.util.Set<java.lang.Class<?>> getNoWrap()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCategories

public java.util.List<java.lang.Class<?>> getCategories()
Deprecated. 

getNoWrap

public java.util.Set<java.lang.Class<?>> getNoWrap()
Deprecated. 

GWT 2.3.0