src/share/jaxws_classes/javax/xml/soap/Name.java

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

@@ -71,10 +71,11 @@
  * <P>
  * The <code>Name</code> interface may be deprecated in a future release of SAAJ
  * in favor of <code>javax.xml.namespace.QName<code>
  * @see SOAPEnvelope#createName(String, String, String) SOAPEnvelope.createName
  * @see SOAPFactory#createName(String, String, String) SOAPFactory.createName
+ * @since 1.6
  */
 public interface Name {
     /**
      * Gets the local name part of the XML name that this <code>Name</code>
      * object represents.