/* * Ext GWT - Ext for GWT * Copyright(c) 2007-2009, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ package com.extjs.gxt.ui.client.data; /** * Tag interface used to identify Java Beans that may be used to generate * <code>BeanModel</code> instances. */ public interface BeanModelTag { }