/* * Copyright LGPL3 * YES Technology Association * http://yestech.org * * http://www.opensource.org/licenses/lgpl-3.0.html */ /* * * Author: Artie Copeland * Last Modified Date: $DateTime: $ */ package org.yestech.lib.util; import java.io.Serializable; /** * @author Artie Copeland * @version $Revision: $ */ public interface ITuple<T> extends Serializable { }