[jackson-annotations] 65/207: Fix package info javadocs

Timo Aaltonen tjaalton at moszumanska.debian.org
Sat Sep 6 13:55:40 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 8fcdda04423b2394e8a871fdb46e9234302b885b
Author: Tatu Saloranta <tsaloranta at gmail.com>
Date:   Mon May 14 18:58:21 2012 -0700

    Fix package info javadocs
---
 src/main/java/com/fasterxml/jackson/annotation/package-info.java | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/fasterxml/jackson/annotation/package-info.java b/src/main/java/com/fasterxml/jackson/annotation/package-info.java
index 7a921e6..f88c1ea 100644
--- a/src/main/java/com/fasterxml/jackson/annotation/package-info.java
+++ b/src/main/java/com/fasterxml/jackson/annotation/package-info.java
@@ -6,11 +6,7 @@
  * in Mapper module (under <code>org.codehaus.jackson.map.annotate</code>).
  * Also contains parameter types (mostly enums) needed by annotations.
  *<p>
- * In future (version 2.0?), this package will probably be split off
- * as a separate jar/module, to allow use of annotations without
- * including core module. This would be useful for third party value
- * classes that themselves do not depend on Jackson, but may want to
- * be annotated to be automatically and conveniently serializable by
- * Jackson.
+ * Note that prior versions (1.x) contained these annotations within
+ * 'core' jar, as part of Streaming API.
  */
 package com.fasterxml.jackson.annotation;

-- 
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