|
GWT 2.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.autobean.server.Configuration.Builder
@Deprecated public static class Configuration.Builder
Builds Configuration objects.
AutoBeans has moved to
com.google.web.bindery.autobeans. This package will be
removed in a future version of GWT.
| Constructor Summary | |
|---|---|
Configuration.Builder()
Deprecated. |
|
| Method Summary | |
|---|---|
Configuration |
build()
Deprecated. |
Configuration.Builder |
setCategories(java.lang.Class<?>... categories)
Deprecated. Equivalent to applying a Category
annotation to an AutoBeanFactory declaration. |
Configuration.Builder |
setNoWrap(java.lang.Class<?>... noWrap)
Deprecated. Equivalent to applying a NoWrap
annotation to an AutoBeanFactory declaration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Configuration.Builder()
| Method Detail |
|---|
public Configuration build()
public Configuration.Builder setCategories(java.lang.Class<?>... categories)
Category
annotation to an AutoBeanFactory declaration.
categories - the category types that should be searched for static
implementations of non-property methods
public Configuration.Builder setNoWrap(java.lang.Class<?>... noWrap)
NoWrap
annotation to an AutoBeanFactory declaration.
noWrap - the types that should be excluded from wrapping
|
GWT 2.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||