001 package data; 002 003 /** 004 * Tag interface to be implemented by destinations for {@link DataBasketEntry DataBasketEntries}. 005 * 006 * @author Steffen Zschaler 007 * @version 2.0 14/06/1999 008 * @since v2.0 009 */ 010 public interface DataBasketEntryDestination {}