com.barchart.udt.FactoryInterfaceUDT Maven / Gradle / Ivy
/**
* Copyright (C) 2009-2013 Barchart, Inc.
*
* All rights reserved. Licensed under the OSI BSD License.
*
* http://www.opensource.org/licenses/bsd-license.php
*/
package com.barchart.udt;
/**
* @author CCob
*/
public interface FactoryInterfaceUDT {
CCC create();
FactoryInterfaceUDT cloneFactory();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy