/** * <p>Copyright: Copyright (c) 2013</p> * <p>Company: �������ӹɷ����޹�˾</p> */ package com.hundsun.ares.studio.atom.constants; /** * @author zhuyf * */ public interface IAtomResType { public static final String ATOM_SERVICE = "atomservice"; public static final String ATOM_FUNCTION = "atomfunction"; }