package org.isatools.isacreator.configuration.io; /** * Created by the ISA team * * @author Eamonn Maguire (eamonnmag@gmail.com) * <p/> * Date: 29/06/2011 * Time: 16:44 */ public enum ConfigurationLoadingSource { ISACREATOR, ISACONFIGURATOR; }