Example usage for com.google.gwt.autobean.shared AutoBeanFactory interface-usage

List of usage examples for com.google.gwt.autobean.shared AutoBeanFactory interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.autobean.shared AutoBeanFactory interface-usage.

Usage

From source file org.jboss.as.console.client.shared.BeanFactory.java

/**
 * @author Heiko Braun
 * @date 2/22/11
 */
public interface BeanFactory extends AutoBeanFactory {

From source file org.switchyard.console.client.BeanFactory.java

/**
 * BeanFactory
 * 
 * Factory for SwitchYard specific model beans.
 * 
 * @author Rob Cernich