Example usage for com.google.gwt.autobean.server AutoBeanFactoryMagic create

List of usage examples for com.google.gwt.autobean.server AutoBeanFactoryMagic create

Introduction

In this page you can find the example usage for com.google.gwt.autobean.server AutoBeanFactoryMagic create.

Prototype

public static <F extends AutoBeanFactory> F create(Class<F> clazz) 

Source Link

Document

Create an instance of an AutoBeanFactory.

Usage

From source file:com.google.gwt.requestfactory.server.testing.InProcessRequestFactory.java

License:Apache License

@Override
protected AutoBeanFactory getAutoBeanFactory() {
    return AutoBeanFactoryMagic.create(Factory.class);
}