1 /* 2 * Project: Gulden Utilies 3 * Class: de.gulden.util.xml.serializer.XMLSerializable 4 * Version: snapshot-beautyj-1.1 5 * 6 * Date: 2004-09-29 7 * 8 * This is a snapshot version of the Gulden Utilities, 9 * it is not released as a seperate version. 10 * 11 * Note: Contains auto-generated Javadoc comments created by BeautyJ. 12 * 13 * This is licensed under the GNU Lesser General Public License (LGPL) 14 * and comes with NO WARRANTY. 15 * 16 * Author: Jens Gulden 17 * Email: amoda@jensgulden.de 18 */ 19 20 package de.gulden.util.xml.serializer; 21 22 /** 23 * Class XMLSerializable. 24 * 25 * @author Jens Gulden 26 * @version snapshot-beautyj-1.1 27 */ 28 public interface XMLSerializable { 29 } // end XMLSerializable 30