/** * <p>Copyright: Copyright (c) 2009</p> * <p>Company: �������ӹɷ����޹�˾</p> */ package com.hundsun.ares.studio.ui.editor.extend.user; import com.hundsun.ares.studio.core.model.extend.IBasicExtendPropertyDescriptor; import com.hundsun.ares.studio.ui.editor.extend.IMapExtensibleModelPropertyDescriptor; /** * * @author sundl */ public interface IUserExtendedPropertyDescriptor extends IMapExtensibleModelPropertyDescriptor, IBasicExtendPropertyDescriptor{ }