Deprecate id code prior to removal

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-01-31 10:12:56 +00:00
parent 15a7799a4f
commit c34043222f
4 changed files with 4 additions and 29 deletions

View File

@ -54,12 +54,7 @@
package org.apache.commons.lang.util; package org.apache.commons.lang.util;
/** /**
* <p><code>IdentifierFactory</code> defines a simple interface for * @deprecated WILL BE DELETED SOON. See Commons ID in the sandbox.
* identifier generation.</p>
*
* @author Stephen Colebourne
* @since 2.0
* @version $Id: IdentifierFactory.java,v 1.2 2003/08/18 02:22:25 bayard Exp $
*/ */
public interface IdentifierFactory { public interface IdentifierFactory {

View File

@ -57,17 +57,7 @@
import java.util.Random; import java.util.Random;
/** /**
* <p><code>IdentifierUtils</code> provides a number of different identifier * @deprecated WILL BE DELETED SOON. See Commons ID in the sandbox.
* reference implementations.</p>
*
* <p>All the identifer factories are serializable and synchronized.
* The factories all implement one of the factory interfaces defined in this
* package. This allows you to obtain and use multiple factories for
* different reasons.</p>
*
* @author Stephen Colebourne
* @since 2.0
* @version $Id: IdentifierUtils.java,v 1.7 2003/08/18 02:22:25 bayard Exp $
*/ */
public class IdentifierUtils { public class IdentifierUtils {

View File

@ -54,12 +54,7 @@
package org.apache.commons.lang.util; package org.apache.commons.lang.util;
/** /**
* <p><code>LongIdentifierFactory</code> defines a simple interface for * @deprecated WILL BE DELETED SOON. See Commons ID in the sandbox.
* Long based identifier generation.</p>
*
* @author Stephen Colebourne
* @since 2.0
* @version $Id: LongIdentifierFactory.java,v 1.2 2003/08/18 02:22:25 bayard Exp $
*/ */
public interface LongIdentifierFactory extends IdentifierFactory { public interface LongIdentifierFactory extends IdentifierFactory {

View File

@ -54,12 +54,7 @@
package org.apache.commons.lang.util; package org.apache.commons.lang.util;
/** /**
* <p><code>StringIdentifierFactory</code> defines a simple interface for * @deprecated WILL BE DELETED SOON. See Commons ID in the sandbox.
* String based identifier generation.</p>
*
* @author Stephen Colebourne
* @since 2.0
* @version $Id: StringIdentifierFactory.java,v 1.2 2003/08/18 02:22:25 bayard Exp $
*/ */
public interface StringIdentifierFactory extends IdentifierFactory { public interface StringIdentifierFactory extends IdentifierFactory {