[jackson-annotations] 12/207: ...

Timo Aaltonen tjaalton at moszumanska.debian.org
Sat Sep 6 13:55:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to branch master
in repository jackson-annotations.

commit ec522db427e031d3f060737a87a68d254caedf8d
Author: Tatu <tatu at ning.com>
Date:   Fri Jan 20 15:37:00 2012 -0800

    ...
---
 src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java b/src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java
index 3fcdd53..af628fe 100644
--- a/src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java
+++ b/src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java
@@ -162,8 +162,6 @@ public @interface JsonTypeInfo
          * Note that this choice <b>can only be used for properties</b>, not
          * for types (classes). Trying to use it for classes will result in
          * inclusion strategy of basic <code>PROPERTY</code> instead.
-         * 
-         * @since 1.9
          */
         EXTERNAL_PROPERTY
         ;
@@ -213,8 +211,6 @@ public @interface JsonTypeInfo
      * this is used with type-name -based resolution, to cover cases
      * where new sub-types are added, but base type is not changed to
      * reference new sub-types.
-     * 
-     * @since 1.9
      */
     public Class<?> defaultImpl() default None.class;
 
@@ -228,8 +224,6 @@ public @interface JsonTypeInfo
      * This marker class that is only to be used with <code>defaultImpl</code>
      * annotation property, to indicate that there is no default implementation
      * specified.
-     * 
-     * @since 1.9
      */
     public abstract static class None { }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-annotations.git



More information about the pkg-java-commits mailing list