src/share/jaxws_classes/javax/xml/bind/JAXBIntrospector.java

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

@@ -39,11 +39,11 @@
  *
  * The factory method to get a <code>JAXBIntrospector</code> instance is
  * {@link JAXBContext#createJAXBIntrospector()}.
  *
  * @see JAXBContext#createJAXBIntrospector()
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 public abstract class JAXBIntrospector {
 
     /**
      * <p>Return true if <code>object</code> represents a JAXB element.</p>