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

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

@@ -241,11 +241,11 @@
  * // unmarshals to a Foo object.
  * assert foo.others[1] instanceof Foo;
  * </pre>
  *
  * @author Kohsuke Kawaguchi
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME)
 @Target({FIELD,METHOD})
 public @interface XmlAnyElement {