package org.marketcetera.core; import org.marketcetera.util.misc.ClassVersion; /* $License$ */ /** * Creates objects of the given type. * * @author <a href="mailto:colin@marketcetera.com">Colin DuPlantis</a> * @version $Id: Factory.java 16901 2014-05-11 16:14:11Z colin $ * @since 2.4.0 */ @ClassVersion("$Id: Factory.java 16901 2014-05-11 16:14:11Z colin $") public interface Factory<Clazz> { }