Title: [2058] trunk: Deprecated interface c.t.x.mapper.AnnotationConfiguration.
Revision
2058
Author
joehni
Date
2013-03-22 03:44:46 -0500 (Fri, 22 Mar 2013)

Log Message

Deprecated interface c.t.x.mapper.AnnotationConfiguration.

Modified Paths


Diff

Modified: trunk/xstream/src/java/com/thoughtworks/xstream/mapper/AnnotationConfiguration.java (2057 => 2058)


--- trunk/xstream/src/java/com/thoughtworks/xstream/mapper/AnnotationConfiguration.java	2013-03-21 22:59:11 UTC (rev 2057)
+++ trunk/xstream/src/java/com/thoughtworks/xstream/mapper/AnnotationConfiguration.java	2013-03-22 08:44:46 UTC (rev 2058)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007, 2008 XStream Committers.
+ * Copyright (C) 2007, 2008, 2013 XStream Committers.
  * All rights reserved.
  *
  * The software in this package is published under the terms of the BSD
@@ -15,6 +15,7 @@
  * 
  * @author Jörg Schaible
  * @since 1.3
+ * @deprecated As of upcoming, minimal JDK version will be 1.6 for next major release
  */
 public interface AnnotationConfiguration {
 

Modified: trunk/xstream-distribution/src/content/changes.html (2057 => 2058)


--- trunk/xstream-distribution/src/content/changes.html	2013-03-21 22:59:11 UTC (rev 2057)
+++ trunk/xstream-distribution/src/content/changes.html	2013-03-22 08:44:46 UTC (rev 2058)
@@ -82,6 +82,7 @@
     	in favor of c.t.x.converters.extended.ThrowableConverter(ConverterLookup).</li>
     	<li>Deprecated class c.t.x.converters.reflection.SelfStreamingInstanceChecker and moved
     	original implementation into c.t.x.core.util, since it is internal.</li>
+    	<li>Deprecated interface c.t.x.mapper.AnnotationConfiguration.</li>
     </ul>
 
     <h1 id="1.4.4">1.4.4</h1>

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to