/** * <p>Copyright: Copyright (c) 2013</p> * <p>Company: �������ӹɷ����޹�˾</p> */ package com.hundsun.ares.studio.atom.compiler.constant; /** * @author lvgao * */ public interface IAtomSkeletonFactoryConstant { /**ԭ�ӷ���ԭ�Ӻ���**/ public static final String SKELETONTYPE_ATOM_FUNCTION = "atom.function"; /**�洢����**/ public static final String SKELETONTYPE_ATOM_SERVICE = "atom.service"; }