[jackson-annotations] 83/207: minor javadoc fix

Timo Aaltonen tjaalton at moszumanska.debian.org
Sat Sep 6 13:55:42 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 d7f1af3c7c817cfe189458087d39d2ba985c15f5
Author: Tatu Saloranta <tsaloranta at salesforce.com>
Date:   Tue Sep 4 10:44:06 2012 -0700

    minor javadoc fix
---
 .../java/com/fasterxml/jackson/annotation/JsonAnySetter.java     | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/fasterxml/jackson/annotation/JsonAnySetter.java b/src/main/java/com/fasterxml/jackson/annotation/JsonAnySetter.java
index dd78d0c..8aefdf7 100644
--- a/src/main/java/com/fasterxml/jackson/annotation/JsonAnySetter.java
+++ b/src/main/java/com/fasterxml/jackson/annotation/JsonAnySetter.java
@@ -7,14 +7,15 @@ import java.lang.annotation.Target;
 
 /**
  * Marker annotation that can be used to define a non-static,
- * single-argument method, to be used as a "fallback" handler
- * for all otherwise unrecognized properties found from Json content.
+ * two-argument method (first argument name of property, second value
+ * to set), to be used as a "fallback" handler
+ * for all otherwise unrecognized properties found from JSON content.
  * It is similar to {@link javax.xml.bind.annotation.XmlAnyElement}
  * in behavior; and can only be used to denote a single property
  * per type.
  *<p>
- * If used, all otherwise unmapped key-value pairs from Json Object
- * structs are added to the property (of type Map or bean).
+ * If used, all otherwise unmapped key-value pairs from JSON Object values
+ * are added to the property (of type Map or bean).
  */
 @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD})
 @Retention(RetentionPolicy.RUNTIME)

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