Package | Description |
---|---|
com.google.web.bindery.autobean.vm |
Contains JVM-compatible implementations of the AutoBean framework.
|
com.google.web.bindery.requestfactory.server |
Server-side classes for mediating between the client-side and the persistent
datastore.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static <T> AutoBean<T> |
AutoBeanFactorySource.createBean(java.lang.Class<T> clazz,
Configuration configuration)
Create an instance of an AutoBean directly.
|
Modifier and Type | Field and Description |
---|---|
(package private) static Configuration |
SimpleRequestProcessor.CONFIGURATION
Allows the creation of properly-configured AutoBeans without having to
create an AutoBeanFactory with the desired annotations.
|