/** * <p>Copyright: Copyright (c) 2009</p> * <p>Company: �������ӹɷ����޹�˾</p> */ package com.hundsun.ares.studio.core.registry; /** * Ĭ��ģ���ע����Ϣ���� * @author sundl */ public interface IDefaultModuleRootDescriptor extends ICommonDescriptor { String getRootType(); String getPath(); String getProjectType(); }