/*************************************** * * * JBoss: The OpenSource J2EE WebOS * * * * Distributable under LGPL license. * * See terms of license at gnu.org. * * * ***************************************/ package org.jboss.util.id; import java.io.Serializable; /** * A tagging interface for an identifier. * * @version $Revision: 1.1 $ * @author Jason Dillon */ public interface ID extends Serializable, Cloneable { // empty }