src/share/jaxws_classes/javax/xml/bind/annotation/XmlAnyAttribute.java

Print this page
rev 507 : 8047724: @since tag cleanup in jaxws
Reviewed-by:

@@ -64,11 +64,11 @@
  * wildcard attribute map represented by
  * {@link Map}<{@link QName},{@link Object}>. The attribute QName is the
  * map's key. The key's value is the String value of the attribute.
  *
  * @author Kohsuke Kawaguchi, Sun Microsystems, Inc.
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME)
 @Target({FIELD,METHOD})
 public @interface XmlAnyAttribute {
 }