This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-annotations.
commit 0230f0eeec37440fedf1128e445aacbc341743ad Author: Tatu Saloranta <[email protected]> Date: Mon Mar 26 19:11:51 2012 -0700 ... --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 41ed690..0614cc1 100644 --- a/README.md +++ b/README.md @@ -203,13 +203,18 @@ or, to disable auto-detection of fields altogether: # Further reading -[Full Listing of Jackson Annotations](jackson-annotations/wiki/JacksonAnnotations) details all available annotations. +Project-specific documentation: + +* [Full Listing of Jackson Annotations](jackson-annotations/wiki/JacksonAnnotations) details all available annotations. +* [Documentation](wiki/Documentation) +* [Javadocs](http://fasterxml.github.com/jackson-annotations/javadoc/2.0.0/) -[Databinding](https://github.com/FasterXML/jackson-databind) module has more documentation, since it is the main user of annotations. -In addition, here are other useful links: -* [Annotation documentation at FasterXML Wiki](http://wiki.fasterxml.com/JacksonAnnotations) +Related: + +* [Databinding](https://github.com/FasterXML/jackson-databind) module has more documentation, since it is the main user of annotations. +In addition, here are other useful links: * [Jackson Project Home](http://wiki.fasterxml.com/JacksonHome) -* [General Jackson Documentation](http://wiki.fasterxml.com/JacksonDocumentation) -* [Jackson JavaDocs](http://wiki.fasterxml.com/JacksonJavaDocs) +** [Annotation documentation at FasterXML Wiki](http://wiki.fasterxml.com/JacksonAnnotations) covers 1.x annotations as well as 2.0 + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-annotations.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

