changeset 522:9b43f3993b96 jdk9-b26

Merge
author lana
date Mon, 04 Aug 2014 15:33:54 -0700
parents fec8a6ebb82d (current diff) 1b90914c37b8 (diff)
children 879b5cc3ce32 2f11a520698c
files
diffstat 193 files changed, 413 insertions(+), 342 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/jaf_classes/javax/activation/CommandMap.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaf_classes/javax/activation/CommandMap.java	Mon Aug 04 15:33:54 2014 -0700
@@ -127,7 +127,7 @@
      * @param mimeType  the MIME type
      * @param ds        a DataSource for the data
      * @return the CommandInfo classes that represent the command Beans.
-     * @since   JAF 1.1
+     * @since   1.6, JAF 1.1
      */
     public CommandInfo[] getPreferredCommands(String mimeType, DataSource ds) {
         return getPreferredCommands(mimeType);
@@ -155,7 +155,7 @@
      * @param mimeType  the MIME type
      * @param ds        a DataSource for the data
      * @return the CommandInfo objects representing all the commands.
-     * @since   JAF 1.1
+     * @since   1.6, JAF 1.1
      */
     public CommandInfo[] getAllCommands(String mimeType, DataSource ds) {
         return getAllCommands(mimeType);
@@ -183,7 +183,7 @@
      * @param cmdName   the command name
      * @param ds        a DataSource for the data
      * @return the CommandInfo corresponding to the command.
-     * @since   JAF 1.1
+     * @since   1.6, JAF 1.1
      */
     public CommandInfo getCommand(String mimeType, String cmdName,
                                 DataSource ds) {
@@ -215,7 +215,7 @@
      * @param mimeType  the MIME type
      * @param ds        a DataSource for the data
      * @return          the DataContentHandler for the MIME type
-     * @since   JAF 1.1
+     * @since   1.6, JAF 1.1
      */
     public DataContentHandler createDataContentHandler(String mimeType,
                                 DataSource ds) {
@@ -228,7 +228,7 @@
      * null is returned.
      *
      * @return          array of MIME types as strings, or null if not supported
-     * @since   JAF 1.1
+     * @since   1.6, JAF 1.1
      */
     public String[] getMimeTypes() {
         return null;
--- a/src/share/jaf_classes/javax/activation/MailcapCommandMap.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaf_classes/javax/activation/MailcapCommandMap.java	Mon Aug 04 15:33:54 2014 -0700
@@ -603,7 +603,7 @@
      * Get all the MIME types known to this command map.
      *
      * @return          array of MIME types as strings
-     * @since   JAF 1.1
+     * @since   1.6, JAF 1.1
      */
     public synchronized String[] getMimeTypes() {
         List mtList = new ArrayList();
@@ -639,7 +639,7 @@
      * MIME type are returned.
      *
      * @return          array of native command entries
-     * @since   JAF 1.1
+     * @since   1.6, JAF 1.1
      */
     public synchronized String[] getNativeCommands(String mimeType) {
         List cmdList = new ArrayList();
--- a/src/share/jaxws_classes/com/sun/xml/internal/bind/DatatypeConverterImpl.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/com/sun/xml/internal/bind/DatatypeConverterImpl.java	Mon Aug 04 15:33:54 2014 -0700
@@ -58,7 +58,7 @@
  * This class is responsible for whitespace normalization.
  *
  * @author <ul><li>Ryan Shoemaker, Martin Grebac</li></ul>
- * @since JAXB1.0
+ * @since JAXB 1.0
  * @deprecated in JAXB 2.2.4 - use javax.xml.bind.DatatypeConverterImpl instead
  * or let us know why you can't
  */
--- a/src/share/jaxws_classes/com/sun/xml/internal/bind/api/Messages.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/com/sun/xml/internal/bind/api/Messages.java	Mon Aug 04 15:33:54 2014 -0700
@@ -31,7 +31,7 @@
 /**
  * Formats error messages.
  *
- * @since JAXB2.1.10
+ * @since JAXB 2.1.10
  */
 
 enum Messages {
--- a/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/Messages.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/Messages.java	Mon Aug 04 15:33:54 2014 -0700
@@ -31,7 +31,7 @@
 /**
  * Formats error messages.
  *
- * @since JAXB1.0
+ * @since JAXB 1.0
  */
 public class Messages
 {
--- a/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/XMLWriter.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/XMLWriter.java	Mon Aug 04 15:33:54 2014 -0700
@@ -249,7 +249,7 @@
  *
  * @author David Megginson, david@megginson.com
  * @version 0.2
- * @since JAXB1.0
+ * @since JAXB 1.0
  * @see org.xml.sax.XMLFilter
  * @see org.xml.sax.ContentHandler
  */
--- a/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/DOMScanner.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/DOMScanner.java	Mon Aug 04 15:33:54 2014 -0700
@@ -55,7 +55,7 @@
  * classes like this.
  *
  * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li></ul>
- * @since JAXB1.0
+ * @since JAXB 1.0
  */
 public class DOMScanner implements LocatorEx,InfosetScanner/*<Node> --- but can't do this to protect 1.0 clients, or can I? */
 {
--- a/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/Messages.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/Messages.java	Mon Aug 04 15:33:54 2014 -0700
@@ -31,7 +31,7 @@
 /**
  * Formats error messages.
  *
- * @since JAXB1.0
+ * @since JAXB 1.0
  */
 public class Messages
 {
--- a/src/share/jaxws_classes/com/sun/xml/internal/bind/util/AttributesImpl.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/com/sun/xml/internal/bind/util/AttributesImpl.java	Mon Aug 04 15:33:54 2014 -0700
@@ -62,7 +62,7 @@
  * AttributeList} interface, it also includes a much more efficient
  * implementation using a single array rather than a set of Vectors.</p>
  *
- * @since JAXB1.0
+ * @since JAXB 1.0
  * @since SAX 2.0
  * @author David Megginson
  * @version 2.0.1 (sax2r2)
--- a/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/XMLWriter.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/XMLWriter.java	Mon Aug 04 15:33:54 2014 -0700
@@ -262,7 +262,7 @@
  *
  * @author David Megginson, david@megginson.com
  * @version 0.2
- * @since JAXB1.0
+ * @since JAXB 1.0
  * @see org.xml.sax.XMLFilter
  * @see org.xml.sax.ContentHandler
  */
--- a/src/share/jaxws_classes/javax/annotation/Generated.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/annotation/Generated.java	Mon Aug 04 15:33:54 2014 -0700
@@ -43,7 +43,7 @@
  * <p>The comment element is a place holder for any comments that the code
  * generator may want to include in the generated code.</p>
  *
- * @since Common Annotations 1.0
+ * @since 1.6, Common Annotations 1.0
  */
 
 @Documented
--- a/src/share/jaxws_classes/javax/annotation/PostConstruct.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/annotation/PostConstruct.java	Mon Aug 04 15:33:54 2014 -0700
@@ -70,9 +70,10 @@
  * <li>If the method throws an unchecked exception the class MUST NOT be put into
  * service except in the case of EJBs where the EJB can handle exceptions and
  * even recover from them.</li></ul>
- * @since Common Annotations 1.0
+ *
  * @see javax.annotation.PreDestroy
  * @see javax.annotation.Resource
+ * @since 1.6, Common Annotations 1.0
  */
 @Documented
 @Retention (RUNTIME)
--- a/src/share/jaxws_classes/javax/annotation/PreDestroy.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/annotation/PreDestroy.java	Mon Aug 04 15:33:54 2014 -0700
@@ -72,7 +72,7 @@
  *
  * @see javax.annotation.PostConstruct
  * @see javax.annotation.Resource
- * @since Common Annotations 1.0
+ * @since 1.6, Common Annotations 1.0
  */
 
 @Documented
--- a/src/share/jaxws_classes/javax/annotation/Resource.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/annotation/Resource.java	Mon Aug 04 15:33:54 2014 -0700
@@ -48,7 +48,7 @@
  * appear on private fields and methods of superclasses; the container
  * is required to perform injection in these cases as well.
  *
- * @since Common Annotations 1.0
+ * @since 1.6, Common Annotations 1.0
  */
 @Target({TYPE, FIELD, METHOD})
 @Retention(RUNTIME)
@@ -66,7 +66,7 @@
      * The name of the resource that the reference points to. It can
      * link to any compatible resource using the global JNDI names.
      *
-     * @since Common Annotations 1.1
+     * @since 1.7, Common Annotations 1.1
      */
 
     String lookup() default "";
--- a/src/share/jaxws_classes/javax/annotation/Resources.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/annotation/Resources.java	Mon Aug 04 15:33:54 2014 -0700
@@ -32,7 +32,7 @@
  * This class is used to allow multiple resources declarations.
  *
  * @see javax.annotation.Resource
- * @since Common Annotations 1.0
+ * @since 1.6, Common Annotations 1.0
  */
 
 @Documented
--- a/src/share/jaxws_classes/javax/jws/HandlerChain.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/jws/HandlerChain.java	Mon Aug 04 15:33:54 2014 -0700
@@ -28,6 +28,9 @@
 import java.lang.annotation.*;
 import static java.lang.annotation.ElementType.*;
 
+/**
+ * @since 1.6
+ */
 @Retention(value=RetentionPolicy.RUNTIME)
 @Target({TYPE, METHOD, FIELD})
 public @interface HandlerChain {
--- a/src/share/jaxws_classes/javax/jws/Oneway.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/jws/Oneway.java	Mon Aug 04 15:33:54 2014 -0700
@@ -27,6 +27,9 @@
 import java.lang.annotation.*;
 import static java.lang.annotation.ElementType.*;
 
+/**
+ * @since 1.6
+ */
 @Retention(value=RetentionPolicy.RUNTIME)
 @Target({METHOD})
 public @interface Oneway {
--- a/src/share/jaxws_classes/javax/jws/WebMethod.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/jws/WebMethod.java	Mon Aug 04 15:33:54 2014 -0700
@@ -27,6 +27,9 @@
 import java.lang.annotation.*;
 import static java.lang.annotation.ElementType.*;
 
+/**
+ * @since 1.6
+ */
 @Retention(value=RetentionPolicy.RUNTIME)
 @Target({METHOD})
 public @interface WebMethod {
--- a/src/share/jaxws_classes/javax/jws/WebParam.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/jws/WebParam.java	Mon Aug 04 15:33:54 2014 -0700
@@ -27,6 +27,9 @@
 import java.lang.annotation.*;
 import static java.lang.annotation.ElementType.*;
 
+/**
+ * @since 1.6
+ */
 @Retention(value=RetentionPolicy.RUNTIME)
 @Target({PARAMETER})
 public @interface WebParam {
--- a/src/share/jaxws_classes/javax/jws/WebResult.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/jws/WebResult.java	Mon Aug 04 15:33:54 2014 -0700
@@ -27,6 +27,9 @@
 import java.lang.annotation.*;
 import static java.lang.annotation.ElementType.*;
 
+/**
+ * @since 1.6
+ */
 @Retention(value=RetentionPolicy.RUNTIME)
 @Target({METHOD})
 public @interface WebResult {
--- a/src/share/jaxws_classes/javax/jws/WebService.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/jws/WebService.java	Mon Aug 04 15:33:54 2014 -0700
@@ -27,6 +27,9 @@
 import java.lang.annotation.*;
 import static java.lang.annotation.ElementType.*;
 
+/**
+ * @since 1.6
+ */
 @Retention(value=RetentionPolicy.RUNTIME)
 @Target({TYPE})
 public @interface WebService {
--- a/src/share/jaxws_classes/javax/jws/soap/InitParam.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/jws/soap/InitParam.java	Mon Aug 04 15:33:54 2014 -0700
@@ -25,7 +25,8 @@
 
 package javax.jws.soap;
 
-/*
+/**
+ * @since 1.6
  * @Deprecated
  */
 @Deprecated public @interface InitParam {
--- a/src/share/jaxws_classes/javax/jws/soap/SOAPBinding.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/jws/soap/SOAPBinding.java	Mon Aug 04 15:33:54 2014 -0700
@@ -27,6 +27,9 @@
 import java.lang.annotation.*;
 import static java.lang.annotation.ElementType.*;
 
+/**
+ * @since 1.6
+ */
 @Retention(value=RetentionPolicy.RUNTIME)
 @Target({TYPE,METHOD})
 public @interface SOAPBinding {
--- a/src/share/jaxws_classes/javax/jws/soap/SOAPMessageHandler.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/jws/soap/SOAPMessageHandler.java	Mon Aug 04 15:33:54 2014 -0700
@@ -25,7 +25,8 @@
 
 package javax.jws.soap;
 
-/*
+/**
+ * @since 1.6
  * @Deprecated
  */
 @Deprecated public @interface SOAPMessageHandler {
--- a/src/share/jaxws_classes/javax/jws/soap/SOAPMessageHandlers.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/jws/soap/SOAPMessageHandlers.java	Mon Aug 04 15:33:54 2014 -0700
@@ -27,7 +27,8 @@
 import java.lang.annotation.*;
 import static java.lang.annotation.ElementType.*;
 
-/*
+/**
+ * @since 1.6
  * @Deprecated
  */
 @Retention(value=RetentionPolicy.RUNTIME)
--- a/src/share/jaxws_classes/javax/xml/bind/Binder.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/Binder.java	Mon Aug 04 15:33:54 2014 -0700
@@ -76,7 +76,7 @@
  *     Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
  *     Joseph Fialli
  *
- * @since JAXB 2.0
+ * @since 1.6, JAXB 2.0
  */
 public abstract class Binder<XmlNode> {
     /**
@@ -153,7 +153,7 @@
      *     binding.
      * @throws IllegalArgumentException
      *      If any of the input parameters are null
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public abstract <T> JAXBElement<T>
         unmarshal( XmlNode xmlNode, Class<T> declaredType )
--- a/src/share/jaxws_classes/javax/xml/bind/DataBindingException.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/DataBindingException.java	Mon Aug 04 15:33:54 2014 -0700
@@ -34,7 +34,7 @@
  * is a checked exception.
  *
  * @see JAXB
- * @since JAXB2.1
+ * @since 1.6, JAXB 2.1
  */
 public class DataBindingException extends RuntimeException {
     public DataBindingException(String message, Throwable cause) {
--- a/src/share/jaxws_classes/javax/xml/bind/DatatypeConverter.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/DatatypeConverter.java	Mon Aug 04 15:33:54 2014 -0700
@@ -88,7 +88,7 @@
  * @see DatatypeConverterInterface
  * @see ParseConversionEvent
  * @see PrintConversionEvent
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 
 final public class DatatypeConverter {
--- a/src/share/jaxws_classes/javax/xml/bind/DatatypeConverterImpl.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/DatatypeConverterImpl.java	Mon Aug 04 15:33:54 2014 -0700
@@ -49,7 +49,7 @@
  * This class is responsible for whitespace normalization.
  *
  * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li></ul>
- * @since JAXB2.1
+ * @since JAXB 2.1
  */
 final class DatatypeConverterImpl implements DatatypeConverterInterface {
 
--- a/src/share/jaxws_classes/javax/xml/bind/DatatypeConverterInterface.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/DatatypeConverterInterface.java	Mon Aug 04 15:33:54 2014 -0700
@@ -78,7 +78,7 @@
  * @see DatatypeConverter
  * @see ParseConversionEvent
  * @see PrintConversionEvent
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 
 public interface DatatypeConverterInterface {
--- a/src/share/jaxws_classes/javax/xml/bind/Element.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/Element.java	Mon Aug 04 15:33:54 2014 -0700
@@ -35,7 +35,7 @@
  * and 5.7.1 "Bind to Java Element Interface" of the specification.
  *
  * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul>
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 
 public interface Element {
--- a/src/share/jaxws_classes/javax/xml/bind/JAXB.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/JAXB.java	Mon Aug 04 15:33:54 2014 -0700
@@ -92,7 +92,7 @@
  * a non-null value.
  *
  * @author Kohsuke Kawaguchi
- * @since 2.1
+ * @since 1.6, JAXB 2.1
  */
 public final class JAXB {
     /**
--- a/src/share/jaxws_classes/javax/xml/bind/JAXBContext.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/JAXBContext.java	Mon Aug 04 15:33:54 2014 -0700
@@ -257,7 +257,7 @@
  * @see Marshaller
  * @see Unmarshaller
  * @see S 7.4.1 "Named Packages" in Java Language Specification</a>
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public abstract class JAXBContext {
 
@@ -423,7 +423,7 @@
      *   <li>failure to locate a value for the context factory provider property</li>
      *   <li>mixing schema derived packages from different providers on the same contextPath</li>
      * </ol>
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public static JAXBContext newInstance( String contextPath, ClassLoader classLoader, Map<String,?>  properties  )
         throws JAXBException {
@@ -497,7 +497,7 @@
 //     * @throws IllegalArgumentException
 //     *      if the parameter contains {@code null} (i.e., {@code newInstance(null);})
 //     *
-//     * @since JAXB2.0
+//     * @since JAXB 2.0
 //     */
 //    public static JAXBContext newInstance( Source[] externalBindings, Class... classesToBeBound )
 //        throws JAXBException {
@@ -576,7 +576,7 @@
      * @throws IllegalArgumentException
      *      if the parameter contains {@code null} (i.e., {@code newInstance(null);})
      *
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public static JAXBContext newInstance( Class... classesToBeBound )
         throws JAXBException {
@@ -622,7 +622,7 @@
      * @throws IllegalArgumentException
      *      if the parameter contains {@code null} (i.e., {@code newInstance(null,someMap);})
      *
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public static JAXBContext newInstance( Class[] classesToBeBound, Map<String,?> properties )
         throws JAXBException {
@@ -692,7 +692,7 @@
      *      if DOM API corresponding to <tt>domType</tt> is not supported by
      *      the implementation.
      *
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public <T> Binder<T> createBinder(Class<T> domType) {
         // to make JAXB 1.0 implementations work, this method must not be
@@ -705,7 +705,7 @@
      *
      * @return always a new valid <tt>Binder</tt> object.
      *
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public Binder<Node> createBinder() {
         return createBinder(Node.class);
@@ -722,7 +722,7 @@
      *      Calling this method on JAXB 1.0 implementations will throw
      *      an UnsupportedOperationException.
      *
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public JAXBIntrospector createJAXBIntrospector() {
         // to make JAXB 1.0 implementations work, this method must not be
@@ -744,7 +744,7 @@
      *      Calling this method on JAXB 1.0 implementations will throw
      *      an UnsupportedOperationException.
      *
-     * @since JAXB 2.0
+     * @since 1.6, JAXB 2.0
      */
     public void generateSchema(SchemaOutputResolver outputResolver) throws IOException  {
         // to make JAXB 1.0 implementations work, this method must not be
--- a/src/share/jaxws_classes/javax/xml/bind/JAXBElement.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/JAXBElement.java	Mon Aug 04 15:33:54 2014 -0700
@@ -58,7 +58,7 @@
  * </p>
  *
  * @author Kohsuke Kawaguchi, Joe Fialli
- * @since JAXB 2.0
+ * @since 1.6, JAXB 2.0
  */
 
 public class JAXBElement<T> implements Serializable {
--- a/src/share/jaxws_classes/javax/xml/bind/JAXBException.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/JAXBException.java	Mon Aug 04 15:33:54 2014 -0700
@@ -34,7 +34,7 @@
  * @see JAXBContext
  * @see Marshaller
  * @see Unmarshaller
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public class JAXBException extends Exception {
 
--- a/src/share/jaxws_classes/javax/xml/bind/JAXBIntrospector.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/JAXBIntrospector.java	Mon Aug 04 15:33:54 2014 -0700
@@ -41,7 +41,7 @@
  * {@link JAXBContext#createJAXBIntrospector()}.
  *
  * @see JAXBContext#createJAXBIntrospector()
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 public abstract class JAXBIntrospector {
 
--- a/src/share/jaxws_classes/javax/xml/bind/JAXBPermission.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/JAXBPermission.java	Mon Aug 04 15:33:54 2014 -0700
@@ -73,7 +73,7 @@
  * @see java.lang.SecurityManager
  *
  * @author Joe Fialli
- * @since JAXB 2.2
+ * @since 1.7, JAXB 2.2
  */
 
 /* code was borrowed originally from java.lang.RuntimePermission. */
--- a/src/share/jaxws_classes/javax/xml/bind/MarshalException.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/MarshalException.java	Mon Aug 04 15:33:54 2014 -0700
@@ -38,7 +38,7 @@
  * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li></ul>
  * @see JAXBException
  * @see Marshaller
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public class MarshalException extends JAXBException {
 
--- a/src/share/jaxws_classes/javax/xml/bind/Marshaller.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/Marshaller.java	Mon Aug 04 15:33:54 2014 -0700
@@ -311,7 +311,7 @@
  * @see JAXBContext
  * @see Validator
  * @see Unmarshaller
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public interface Marshaller {
 
@@ -421,7 +421,7 @@
      *      Marshalling a JAXB element</a>.
      * @throws IllegalArgumentException
      *      If any of the method parameters are null
-     * @since JAXB2.1
+     * @since 1.6, JAXB 2.1
      */
     public void marshal( Object jaxbElement, File output )
         throws JAXBException;
@@ -515,7 +515,7 @@
      *      Marshalling a JAXB element</a>.
      * @throws IllegalArgumentException
      *      If any of the method parameters are null
-     * @since JAXB 2.0
+     * @since 1.6, JAXB 2.0
      */
     public void marshal( Object jaxbElement, javax.xml.stream.XMLStreamWriter writer )
         throws JAXBException;
@@ -539,7 +539,7 @@
      *      Marshalling a JAXB element</a>.
      * @throws IllegalArgumentException
      *      If any of the method parameters are null
-     * @since JAXB 2.0
+     * @since 1.6, JAXB 2.0
      */
     public void marshal( Object jaxbElement, javax.xml.stream.XMLEventWriter writer )
         throws JAXBException;
@@ -655,7 +655,7 @@
      *      if the adapter parameter is null.
      * @throws UnsupportedOperationException
      *      if invoked agains a JAXB 1.0 implementation.
-     * @since JAXB 2.0
+     * @since 1.6, JAXB 2.0
      */
     public void setAdapter( XmlAdapter adapter );
 
@@ -684,7 +684,7 @@
      *      if the type parameter is null.
      * @throws UnsupportedOperationException
      *      if invoked agains a JAXB 1.0 implementation.
-     * @since JAXB 2.0
+     * @since 1.6, JAXB 2.0
      */
     public <A extends XmlAdapter> void setAdapter( Class<A> type, A adapter );
 
@@ -697,7 +697,7 @@
      *      if the type parameter is null.
      * @throws UnsupportedOperationException
      *      if invoked agains a JAXB 1.0 implementation.
-     * @since JAXB 2.0
+     * @since 1.6, JAXB 2.0
      */
     public <A extends XmlAdapter> A getAdapter( Class<A> type );
 
@@ -730,7 +730,7 @@
      * @throws UnsupportedOperationException could be thrown if this method is
      *         invoked on an Marshaller created from a JAXBContext referencing
      *         JAXB 1.0 mapped classes
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public void setSchema( Schema schema );
 
@@ -745,7 +745,7 @@
      * @throws UnsupportedOperationException could be thrown if this method is
      *         invoked on an Marshaller created from a JAXBContext referencing
      *         JAXB 1.0 mapped classes
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public Schema getSchema();
 
@@ -766,7 +766,7 @@
      *
      * @see Marshaller#setListener(Listener)
      * @see Marshaller#getListener()
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public static abstract class Listener {
         /**
@@ -807,7 +807,7 @@
      * One can unregister current Listener by setting listener to <tt>null</tt>.
      *
      * @param listener an instance of a class that implements {@link Listener}
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public void setListener(Listener listener);
 
@@ -815,7 +815,7 @@
      * <p>Return {@link Listener} registered with this {@link Marshaller}.
      *
      * @return registered {@link Listener} or <code>null</code> if no Listener is registered with this Marshaller.
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public Listener getListener();
 }
--- a/src/share/jaxws_classes/javax/xml/bind/NotIdentifiableEvent.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/NotIdentifiableEvent.java	Mon Aug 04 15:33:54 2014 -0700
@@ -32,7 +32,7 @@
  * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul>
  * @see Validator
  * @see ValidationEventHandler
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public interface NotIdentifiableEvent extends ValidationEvent {
 
--- a/src/share/jaxws_classes/javax/xml/bind/ParseConversionEvent.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/ParseConversionEvent.java	Mon Aug 04 15:33:54 2014 -0700
@@ -33,7 +33,7 @@
  * @see ValidationEvent
  * @see ValidationEventHandler
  * @see Unmarshaller
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public interface ParseConversionEvent extends ValidationEvent {
 
--- a/src/share/jaxws_classes/javax/xml/bind/PrintConversionEvent.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/PrintConversionEvent.java	Mon Aug 04 15:33:54 2014 -0700
@@ -33,7 +33,7 @@
  * @see ValidationEvent
  * @see ValidationEventHandler
  * @see Marshaller
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public interface PrintConversionEvent extends ValidationEvent {
 
--- a/src/share/jaxws_classes/javax/xml/bind/PropertyException.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/PropertyException.java	Mon Aug 04 15:33:54 2014 -0700
@@ -35,7 +35,7 @@
  * @see JAXBContext
  * @see Validator
  * @see Unmarshaller
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public class PropertyException extends JAXBException {
 
--- a/src/share/jaxws_classes/javax/xml/bind/SchemaOutputResolver.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/SchemaOutputResolver.java	Mon Aug 04 15:33:54 2014 -0700
@@ -42,6 +42,7 @@
  *
  * @author
  *     Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
+ * @since 1.6
  */
 public abstract class SchemaOutputResolver {
     /**
--- a/src/share/jaxws_classes/javax/xml/bind/TypeConstraintException.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/TypeConstraintException.java	Mon Aug 04 15:33:54 2014 -0700
@@ -42,7 +42,7 @@
  *
  * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul>
  * @see ValidationEvent
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 
 public class TypeConstraintException extends java.lang.RuntimeException {
--- a/src/share/jaxws_classes/javax/xml/bind/UnmarshalException.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/UnmarshalException.java	Mon Aug 04 15:33:54 2014 -0700
@@ -40,7 +40,7 @@
  * @see JAXBException
  * @see Unmarshaller
  * @see ValidationEventHandler
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public class UnmarshalException extends JAXBException {
 
--- a/src/share/jaxws_classes/javax/xml/bind/Unmarshaller.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/Unmarshaller.java	Mon Aug 04 15:33:54 2014 -0700
@@ -404,7 +404,7 @@
  * @see JAXBContext
  * @see Marshaller
  * @see Validator
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public interface Unmarshaller {
 
@@ -474,7 +474,7 @@
      *     binding.  See <a href="#unmarshalEx">Unmarshalling XML Data</a>
      * @throws IllegalArgumentException
      *      If the InputStream parameter is null
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public Object unmarshal( Reader reader ) throws JAXBException;
 
@@ -571,7 +571,7 @@
      *     binding.  See <a href="#unmarshalEx">Unmarshalling XML Data</a>
      * @throws IllegalArgumentException
      *      If any parameter is null
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public <T> JAXBElement<T> unmarshal( org.w3c.dom.Node node, Class<T> declaredType ) throws JAXBException;
 
@@ -660,7 +660,7 @@
      *     binding.  See <a href="#unmarshalEx">Unmarshalling XML Data</a>
      * @throws IllegalArgumentException
      *      If any parameter is null
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public <T> JAXBElement<T> unmarshal( javax.xml.transform.Source source, Class<T> declaredType )
         throws JAXBException;
@@ -696,7 +696,7 @@
      * @throws IllegalStateException
      *      If <tt>reader</tt> is not pointing to a START_DOCUMENT or
      *      START_ELEMENT  event.
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      * @see #unmarshal(javax.xml.stream.XMLStreamReader, Class)
      */
     public Object unmarshal( javax.xml.stream.XMLStreamReader reader )
@@ -731,7 +731,7 @@
      *     binding.  See <a href="#unmarshalEx">Unmarshalling XML Data</a>
      * @throws IllegalArgumentException
      *      If any parameter is null
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public <T> JAXBElement<T> unmarshal( javax.xml.stream.XMLStreamReader reader, Class<T> declaredType ) throws JAXBException;
 
@@ -766,7 +766,7 @@
      * @throws IllegalStateException
      *      If <tt>reader</tt> is not pointing to a START_DOCUMENT or
      *      START_ELEMENT event.
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      * @see #unmarshal(javax.xml.stream.XMLEventReader, Class)
      */
     public Object unmarshal( javax.xml.stream.XMLEventReader reader )
@@ -802,7 +802,7 @@
      *     binding.  See <a href="#unmarshalEx">Unmarshalling XML Data</a>
      * @throws IllegalArgumentException
      *      If any parameter is null
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public <T> JAXBElement<T> unmarshal( javax.xml.stream.XMLEventReader reader, Class<T> declaredType ) throws JAXBException;
 
@@ -962,7 +962,7 @@
      * @throws UnsupportedOperationException could be thrown if this method is
      *         invoked on an Unmarshaller created from a JAXBContext referencing
      *         JAXB 1.0 mapped classes
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public void setSchema( javax.xml.validation.Schema schema );
 
@@ -986,7 +986,7 @@
      * @throws UnsupportedOperationException could be thrown if this method is
      *         invoked on an Unmarshaller created from a JAXBContext referencing
      *         JAXB 1.0 mapped classes
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public javax.xml.validation.Schema getSchema();
 
@@ -1001,7 +1001,7 @@
      *      if the adapter parameter is null.
      * @throws UnsupportedOperationException
      *      if invoked agains a JAXB 1.0 implementation.
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public void setAdapter( XmlAdapter adapter );
 
@@ -1030,7 +1030,7 @@
      *      if the type parameter is null.
      * @throws UnsupportedOperationException
      *      if invoked agains a JAXB 1.0 implementation.
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public <A extends XmlAdapter> void setAdapter( Class<A> type, A adapter );
 
@@ -1043,7 +1043,7 @@
      *      if the type parameter is null.
      * @throws UnsupportedOperationException
      *      if invoked agains a JAXB 1.0 implementation.
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public <A extends XmlAdapter> A getAdapter( Class<A> type );
 
@@ -1081,7 +1081,7 @@
      * (@link #setListener(Listener)}
      * (@link #getListener()}
      *
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public static abstract class Listener {
         /**
@@ -1128,7 +1128,7 @@
      * One can unregister current Listener by setting listener to <tt>null</tt>.
      *
      * @param listener  provides unmarshal event callbacks for this {@link Unmarshaller}
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public void     setListener(Listener listener);
 
@@ -1136,7 +1136,7 @@
      * <p>Return {@link Listener} registered with this {@link Unmarshaller}.
      *
      * @return registered {@link Listener} or <code>null</code> if no Listener is registered with this Unmarshaller.
-     * @since JAXB2.0
+     * @since 1.6, JAXB 2.0
      */
     public Listener getListener();
 }
--- a/src/share/jaxws_classes/javax/xml/bind/UnmarshallerHandler.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/UnmarshallerHandler.java	Mon Aug 04 15:33:54 2014 -0700
@@ -57,7 +57,7 @@
  *
  * @author <ul><li>Kohsuke KAWAGUCHI, Sun Microsystems, Inc.</li></ul>
  * @see Unmarshaller#getUnmarshallerHandler()
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public interface UnmarshallerHandler extends ContentHandler
 {
--- a/src/share/jaxws_classes/javax/xml/bind/ValidationEvent.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/ValidationEvent.java	Mon Aug 04 15:33:54 2014 -0700
@@ -34,7 +34,7 @@
  * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul>
  * @see Validator
  * @see ValidationEventHandler
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public interface ValidationEvent {
 
--- a/src/share/jaxws_classes/javax/xml/bind/ValidationEventHandler.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/ValidationEventHandler.java	Mon Aug 04 15:33:54 2014 -0700
@@ -65,7 +65,7 @@
  * @see Marshaller
  * @see ValidationEvent
  * @see javax.xml.bind.util.ValidationEventCollector
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public interface ValidationEventHandler {
     /**
--- a/src/share/jaxws_classes/javax/xml/bind/ValidationEventLocator.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/ValidationEventLocator.java	Mon Aug 04 15:33:54 2014 -0700
@@ -40,7 +40,7 @@
  * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul>
  * @see Validator
  * @see ValidationEvent
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public interface ValidationEventLocator {
 
--- a/src/share/jaxws_classes/javax/xml/bind/ValidationException.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/ValidationException.java	Mon Aug 04 15:33:54 2014 -0700
@@ -38,7 +38,7 @@
  * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li></ul>
  * @see JAXBException
  * @see Validator
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public class ValidationException extends JAXBException {
 
--- a/src/share/jaxws_classes/javax/xml/bind/Validator.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/Validator.java	Mon Aug 04 15:33:54 2014 -0700
@@ -154,7 +154,7 @@
  * @see ValidationEventHandler
  * @see ValidationEvent
  * @see javax.xml.bind.util.ValidationEventCollector
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  * @deprecated since JAXB 2.0
  */
 public interface Validator {
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/DomHandler.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/DomHandler.java	Mon Aug 04 15:33:54 2014 -0700
@@ -49,7 +49,7 @@
  * be called from applications.
  *
  * @author Kohsuke Kawaguchi
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 public interface DomHandler<ElementT,ResultT extends Result> {
     /**
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/W3CDomHandler.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/W3CDomHandler.java	Mon Aug 04 15:33:54 2014 -0700
@@ -40,7 +40,7 @@
  * {@link DomHandler} implementation for W3C DOM (<code>org.w3c.dom</code> package.)
  *
  * @author Kohsuke Kawaguchi
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 public class W3CDomHandler implements DomHandler<Element,DOMResult> {
 
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessOrder.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessOrder.java	Mon Aug 04 15:33:54 2014 -0700
@@ -30,7 +30,7 @@
  * fields in a JAXB bound class.
  *
  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  * @see XmlAccessorOrder
  */
 
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessType.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessType.java	Mon Aug 04 15:33:54 2014 -0700
@@ -32,7 +32,7 @@
  * properties.
  *
  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  * @see XmlAccessorType
  */
 
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessorOrder.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessorOrder.java	Mon Aug 04 15:33:54 2014 -0700
@@ -70,7 +70,7 @@
  *    following annotations at the package level: {@link XmlJavaTypeAdapter}.
  *
  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  * @see XmlAccessOrder
  */
 
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessorType.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessorType.java	Mon Aug 04 15:33:54 2014 -0700
@@ -84,7 +84,7 @@
  *    following annotations at the package level: {@link XmlJavaTypeAdapter}.
  *
  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  * @see XmlAccessType
  */
 
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAnyAttribute.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAnyAttribute.java	Mon Aug 04 15:33:54 2014 -0700
@@ -66,7 +66,7 @@
  * 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})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAnyElement.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAnyElement.java	Mon Aug 04 15:33:54 2014 -0700
@@ -243,7 +243,7 @@
  * </pre>
  *
  * @author Kohsuke Kawaguchi
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME)
 @Target({FIELD,METHOD})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAttachmentRef.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAttachmentRef.java	Mon Aug 04 15:33:54 2014 -0700
@@ -66,7 +66,7 @@
  * The above binding supports WS-I AP 1.0 <a href="http://www.ws-i.org/Profiles/AttachmentsProfile-1.0-2004-08-24.html#Referencing_Attachments_from_the_SOAP_Envelope">WS-I Attachments Profile Version 1.0.</a>
  *
  * @author Kohsuke Kawaguchi
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME)
 @Target({FIELD,METHOD,PARAMETER})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAttribute.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAttribute.java	Mon Aug 04 15:33:54 2014 -0700
@@ -122,7 +122,7 @@
  * </pre>
  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
  * @see XmlType
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 
 @Retention(RUNTIME) @Target({FIELD, METHOD})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElement.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElement.java	Mon Aug 04 15:33:54 2014 -0700
@@ -134,7 +134,7 @@
  *
  * <p>
  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 
 @Retention(RUNTIME) @Target({FIELD, METHOD, PARAMETER})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementDecl.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementDecl.java	Mon Aug 04 15:33:54 2014 -0700
@@ -130,7 +130,7 @@
  * name "foo".
  *
  * @see XmlRegistry
- * @since JAXB 2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME)
 @Target({METHOD})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementRef.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementRef.java	Mon Aug 04 15:33:54 2014 -0700
@@ -216,7 +216,7 @@
  *
  * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems,Inc. </li><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul>
  * @see XmlElementRefs
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME)
 @Target({FIELD,METHOD})
@@ -284,7 +284,7 @@
      * For compatibility with JAXB 2.1, this property defaults to <tt>true</tt>,
      * despite the fact that {@link XmlElement#required()} defaults to false.
      *
-     * @since 2.2
+     * @since 1.7, JAXB 2.2
      */
     boolean required() default true;
 }
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementRefs.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementRefs.java	Mon Aug 04 15:33:54 2014 -0700
@@ -50,7 +50,7 @@
  *
  * @see XmlElementWrapper
  * @see XmlElementRef
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME)
 @Target({FIELD,METHOD})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementWrapper.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementWrapper.java	Mon Aug 04 15:33:54 2014 -0700
@@ -87,7 +87,7 @@
  * @see XmlElements
  * @see XmlElementRef
  * @see XmlElementRefs
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  *
  */
 
@@ -139,7 +139,7 @@
      * simply a mechanism to let users express their application constraints
      * better.
      *
-     * @since JAXB 2.1
+     * @since 1.6, JAXB 2.1
      */
     boolean required() default false;
 }
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElements.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElements.java	Mon Aug 04 15:33:54 2014 -0700
@@ -166,7 +166,7 @@
  * @see XmlElementRef
  * @see XmlElementRefs
  * @see XmlJavaTypeAdapter
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME) @Target({FIELD,METHOD})
 public @interface XmlElements {
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlEnum.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlEnum.java	Mon Aug 04 15:33:54 2014 -0700
@@ -62,7 +62,7 @@
  *
  * <p><b>Examples:</b> See examples in {@link XmlEnumValue}
  *
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 
 @Retention(RUNTIME) @Target({TYPE})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlEnumValue.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlEnumValue.java	Mon Aug 04 15:33:54 2014 -0700
@@ -114,7 +114,7 @@
  *     &lt;/xs:simpleType>
  * </pre>
  *
- * @since JAXB 2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME)
 @Target({FIELD})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlID.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlID.java	Mon Aug 04 15:33:54 2014 -0700
@@ -87,7 +87,7 @@
  *
  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
  * @see XmlIDREF
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 
 @Retention(RUNTIME) @Target({FIELD, METHOD})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlIDREF.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlIDREF.java	Mon Aug 04 15:33:54 2014 -0700
@@ -243,7 +243,7 @@
  * </pre>
  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
  * @see XmlID
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 
 @Retention(RUNTIME) @Target({FIELD, METHOD})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlInlineBinaryData.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlInlineBinaryData.java	Mon Aug 04 15:33:54 2014 -0700
@@ -51,7 +51,7 @@
  * ever called for the property. The binary data will always be inlined.
  *
  * @author Joseph Fialli
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME)
 @Target({FIELD,METHOD,TYPE})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlList.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlList.java	Mon Aug 04 15:33:54 2014 -0700
@@ -104,7 +104,7 @@
  *  </ul>
  *
  * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul>
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER})
 public @interface XmlList {
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlMimeType.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlMimeType.java	Mon Aug 04 15:33:54 2014 -0700
@@ -47,7 +47,7 @@
  * the value of the attribute takes precedence and that will control the marshalling.
  *
  * @author Kohsuke Kawaguchi
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME)
 @Target({FIELD,METHOD,PARAMETER})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlMixed.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlMixed.java	Mon Aug 04 15:33:54 2014 -0700
@@ -124,7 +124,7 @@
  * <p>See "Package Specification" in javax.xml.bind.package javadoc for
  * additional common information.</p>
  * @author Kohsuke Kawaguchi
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME)
 @Target({FIELD,METHOD})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlNs.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlNs.java	Mon Aug 04 15:33:54 2014 -0700
@@ -42,7 +42,7 @@
  *
  * <p><b>Example:</b>See <tt>XmlSchema</tt> annotation type for an example.
  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 
 @Retention(RUNTIME) @Target({})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlNsForm.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlNsForm.java	Mon Aug 04 15:33:54 2014 -0700
@@ -61,6 +61,6 @@
  * </table>
  *
  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 public enum XmlNsForm {UNQUALIFIED, QUALIFIED, UNSET}
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlRegistry.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlRegistry.java	Mon Aug 04 15:33:54 2014 -0700
@@ -34,7 +34,7 @@
  * Marks a class that has {@link XmlElementDecl}s.
  *
  * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul>
- * @since JAXB 2.0
+ * @since 1.6, JAXB 2.0
  * @see XmlElementDecl
  */
 @Retention(RUNTIME)
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlRootElement.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlRootElement.java	Mon Aug 04 15:33:54 2014 -0700
@@ -155,7 +155,7 @@
  * </pre>
  *
  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME)
 @Target({TYPE})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSchema.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSchema.java	Mon Aug 04 15:33:54 2014 -0700
@@ -114,7 +114,7 @@
  * </pre>
 
  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 
 @Retention(RUNTIME) @Target(PACKAGE)
@@ -191,7 +191,7 @@
      * such attribute), for example so that the user can specify a local
      * copy of the resource through the command line interface.
      *
-     * @since JAXB2.1
+     * @since 1.6, JAXB 2.1
      */
     String location() default NO_LOCATION;
 
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSchemaType.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSchemaType.java	Mon Aug 04 15:33:54 2014 -0700
@@ -83,7 +83,7 @@
  *     }
  * </pre>
  *
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 
 @Retention(RUNTIME) @Target({FIELD,METHOD,PACKAGE})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSchemaTypes.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSchemaTypes.java	Mon Aug 04 15:33:54 2014 -0700
@@ -50,7 +50,7 @@
  *
  * @author <ul><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul>
  * @see XmlSchemaType
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME) @Target({PACKAGE})
 public @interface XmlSchemaTypes {
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSeeAlso.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSeeAlso.java	Mon Aug 04 15:33:54 2014 -0700
@@ -70,7 +70,7 @@
  * correctly bind <tt>Dog</tt> and <tt>Cat</tt>.
  *
  * @author Kohsuke Kawaguchi
- * @since JAXB2.1
+ * @since 1.6, JAXB 2.1
  */
 @Target({ElementType.TYPE})
 @Retention(RUNTIME)
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlTransient.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlTransient.java	Mon Aug 04 15:33:54 2014 -0700
@@ -88,7 +88,7 @@
  * </pre>
  *
  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 
 @Retention(RUNTIME) @Target({FIELD, METHOD, TYPE})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlType.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlType.java	Mon Aug 04 15:33:54 2014 -0700
@@ -379,7 +379,7 @@
  * @see XmlAttribute
  * @see XmlValue
  * @see XmlSchema
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 
 @Retention(RUNTIME) @Target({TYPE})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/XmlValue.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/XmlValue.java	Mon Aug 04 15:33:54 2014 -0700
@@ -124,7 +124,7 @@
  *
  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
  * @see XmlType
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 
 @Retention(RUNTIME) @Target({FIELD, METHOD})
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/CollapsedStringAdapter.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/CollapsedStringAdapter.java	Mon Aug 04 15:33:54 2014 -0700
@@ -35,7 +35,7 @@
  * sequnce of tab, CR, LF, and SP by a single whitespace character ' '.
  *
  * @author Kohsuke Kawaguchi
- * @since JAXB 2.0
+ * @since 1.6, JAXB 2.0
  */
 public class CollapsedStringAdapter extends XmlAdapter<String,String> {
     /**
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/HexBinaryAdapter.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/HexBinaryAdapter.java	Mon Aug 04 15:33:54 2014 -0700
@@ -34,7 +34,7 @@
  * This {@link XmlAdapter} binds <tt>byte[]</tt> to the hexBinary representation in XML.
  *
  * @author Kohsuke Kawaguchi
- * @since JAXB 2.0
+ * @since 1.6, JAXB 2.0
  */
 public final class HexBinaryAdapter extends XmlAdapter<String,byte[]> {
     public byte[] unmarshal(String s) {
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/NormalizedStringAdapter.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/NormalizedStringAdapter.java	Mon Aug 04 15:33:54 2014 -0700
@@ -35,7 +35,7 @@
  * as specified in <a href="http://www.w3.org/TR/xmlschema-2/#rf-whiteSpace">the whitespace facet 'replace'</a>
  *
  * @author Kohsuke Kawaguchi, Martin Grebac
- * @since JAXB 2.0
+ * @since 1.6, JAXB 2.0
  */
 public final class NormalizedStringAdapter extends XmlAdapter<String,String> {
     /**
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/XmlAdapter.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/XmlAdapter.java	Mon Aug 04 15:33:54 2014 -0700
@@ -160,7 +160,7 @@
  *
  * @author <ul><li>Sekhar Vajjhala, Sun Microsystems Inc.</li> <li> Kohsuke Kawaguchi, Sun Microsystems Inc.</li></ul>
  * @see XmlJavaTypeAdapter
- * @since JAXB 2.0
+ * @since 1.6, JAXB 2.0
  */
 public abstract class XmlAdapter<ValueType,BoundType> {
 
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/XmlJavaTypeAdapter.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/XmlJavaTypeAdapter.java	Mon Aug 04 15:33:54 2014 -0700
@@ -86,7 +86,7 @@
  * <p><b> Example: </b> See example in {@link XmlAdapter}
  *
  * @author <ul><li>Sekhar Vajjhala, Sun Microsystems Inc.</li> <li> Kohsuke Kawaguchi, Sun Microsystems Inc.</li></ul>
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  * @see XmlAdapter
  */
 
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/XmlJavaTypeAdapters.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/XmlJavaTypeAdapters.java	Mon Aug 04 15:33:54 2014 -0700
@@ -51,7 +51,7 @@
  *
  * @author <ul><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul>
  * @see XmlJavaTypeAdapter
- * @since JAXB2.0
+ * @since 1.6, JAXB 2.0
  */
 @Retention(RUNTIME) @Target({PACKAGE})
 public @interface XmlJavaTypeAdapters {
--- a/src/share/jaxws_classes/javax/xml/bind/annotation/package.html	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/annotation/package.html	Mon Aug 04 15:33:54 2014 -0700
@@ -279,7 +279,7 @@
         </table>
 
         <!-- Put @see and @since tags down here. -->
-        @since JAXB 2.0
+        @since 1.6, JAXB 2.0
     </body>
 </html>
 
--- a/src/share/jaxws_classes/javax/xml/bind/attachment/AttachmentMarshaller.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/attachment/AttachmentMarshaller.java	Mon Aug 04 15:33:54 2014 -0700
@@ -50,7 +50,7 @@
  * @author Marc Hadley
  * @author Kohsuke Kawaguchi
  * @author Joseph Fialli
- * @since JAXB 2.0
+ * @since 1.6, JAXB 2.0
  *
  * @see Marshaller#setAttachmentMarshaller(AttachmentMarshaller)
  *
--- a/src/share/jaxws_classes/javax/xml/bind/attachment/AttachmentUnmarshaller.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/attachment/AttachmentUnmarshaller.java	Mon Aug 04 15:33:54 2014 -0700
@@ -56,7 +56,7 @@
  * @author Kohsuke Kawaguchi
  * @author Joseph Fialli
  *
- * @since JAXB 2.0
+ * @since 1.6, JAXB 2.0
  *
  * @see javax.xml.bind.Unmarshaller#setAttachmentUnmarshaller(AttachmentUnmarshaller)
  *
--- a/src/share/jaxws_classes/javax/xml/bind/attachment/package.html	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/attachment/package.html	Mon Aug 04 15:33:54 2014 -0700
@@ -61,7 +61,7 @@
         </ul>
 
         <!-- Put @see and @since tags down here. -->
-        @since JAXB 2.0
+        @since 1.6, JAXB 2.0
     </body>
 </html>
 
--- a/src/share/jaxws_classes/javax/xml/bind/helpers/AbstractMarshallerImpl.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/helpers/AbstractMarshallerImpl.java	Mon Aug 04 15:33:54 2014 -0700
@@ -62,7 +62,7 @@
  *
  * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li></ul>
  * @see javax.xml.bind.Marshaller
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public abstract class AbstractMarshallerImpl implements Marshaller
 {
--- a/src/share/jaxws_classes/javax/xml/bind/helpers/AbstractUnmarshallerImpl.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/helpers/AbstractUnmarshallerImpl.java	Mon Aug 04 15:33:54 2014 -0700
@@ -68,7 +68,7 @@
  *         <li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li>
  *         </ul>
  * @see javax.xml.bind.Unmarshaller
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public abstract class AbstractUnmarshallerImpl implements Unmarshaller
 {
--- a/src/share/jaxws_classes/javax/xml/bind/helpers/DefaultValidationEventHandler.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/helpers/DefaultValidationEventHandler.java	Mon Aug 04 15:33:54 2014 -0700
@@ -52,7 +52,7 @@
  * @see javax.xml.bind.Unmarshaller
  * @see javax.xml.bind.Validator
  * @see javax.xml.bind.ValidationEventHandler
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public class DefaultValidationEventHandler implements ValidationEventHandler {
 
--- a/src/share/jaxws_classes/javax/xml/bind/helpers/NotIdentifiableEventImpl.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/helpers/NotIdentifiableEventImpl.java	Mon Aug 04 15:33:54 2014 -0700
@@ -41,7 +41,7 @@
  * @see javax.xml.bind.ValidationEventHandler
  * @see javax.xml.bind.ValidationEvent
  * @see javax.xml.bind.ValidationEventLocator
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public class NotIdentifiableEventImpl
     extends ValidationEventImpl
--- a/src/share/jaxws_classes/javax/xml/bind/helpers/ParseConversionEventImpl.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/helpers/ParseConversionEventImpl.java	Mon Aug 04 15:33:54 2014 -0700
@@ -42,7 +42,7 @@
  * @see javax.xml.bind.ValidationEventHandler
  * @see javax.xml.bind.ValidationEvent
  * @see javax.xml.bind.ValidationEventLocator
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public class ParseConversionEventImpl
     extends ValidationEventImpl
--- a/src/share/jaxws_classes/javax/xml/bind/helpers/PrintConversionEventImpl.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/helpers/PrintConversionEventImpl.java	Mon Aug 04 15:33:54 2014 -0700
@@ -42,7 +42,7 @@
  * @see javax.xml.bind.ValidationEventHandler
  * @see javax.xml.bind.ValidationEvent
  * @see javax.xml.bind.ValidationEventLocator
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public class PrintConversionEventImpl
     extends ValidationEventImpl
--- a/src/share/jaxws_classes/javax/xml/bind/helpers/ValidationEventImpl.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/helpers/ValidationEventImpl.java	Mon Aug 04 15:33:54 2014 -0700
@@ -43,7 +43,7 @@
  * @see javax.xml.bind.ValidationEventHandler
  * @see javax.xml.bind.ValidationEvent
  * @see javax.xml.bind.ValidationEventLocator
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public class ValidationEventImpl implements ValidationEvent
 {
--- a/src/share/jaxws_classes/javax/xml/bind/helpers/ValidationEventLocatorImpl.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/helpers/ValidationEventLocatorImpl.java	Mon Aug 04 15:33:54 2014 -0700
@@ -47,7 +47,7 @@
  * @see javax.xml.bind.ValidationEventHandler
  * @see javax.xml.bind.ValidationEvent
  * @see javax.xml.bind.ValidationEventLocator
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public class ValidationEventLocatorImpl implements ValidationEventLocator
 {
--- a/src/share/jaxws_classes/javax/xml/bind/util/JAXBResult.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/util/JAXBResult.java	Mon Aug 04 15:33:54 2014 -0700
@@ -71,6 +71,7 @@
  *
  * @author
  *      Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
+ * @since 1.6
  */
 public class JAXBResult extends SAXResult {
 
--- a/src/share/jaxws_classes/javax/xml/bind/util/JAXBSource.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/util/JAXBSource.java	Mon Aug 04 15:33:54 2014 -0700
@@ -87,6 +87,7 @@
  *
  * @author
  *      Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
+ * @since 1.6
  */
 public class JAXBSource extends SAXSource {
 
--- a/src/share/jaxws_classes/javax/xml/bind/util/ValidationEventCollector.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/bind/util/ValidationEventCollector.java	Mon Aug 04 15:33:54 2014 -0700
@@ -45,7 +45,7 @@
  * @see javax.xml.bind.ValidationEventHandler
  * @see javax.xml.bind.ValidationEvent
  * @see javax.xml.bind.ValidationEventLocator
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public class ValidationEventCollector implements ValidationEventHandler
 {
--- a/src/share/jaxws_classes/javax/xml/soap/AttachmentPart.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/AttachmentPart.java	Mon Aug 04 15:33:54 2014 -0700
@@ -114,6 +114,8 @@
  * <PRE>
  *     ap1.clearContent();
  * </PRE>
+ *
+ * @since 1.6
  */
 
 public abstract class AttachmentPart {
@@ -190,7 +192,7 @@
      *      <code>AttachmentPart</code> object or if there was a data
      *      transformation error.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      * @see #getRawContentBytes
      */
     public abstract InputStream getRawContent() throws SOAPException;
@@ -208,7 +210,7 @@
      *      <code>AttachmentPart</code> object or if there was a data
      *      transformation error.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public abstract byte[] getRawContentBytes() throws SOAPException;
 
@@ -225,7 +227,7 @@
      *      <code>AttachmentPart</code> object or if there was a data
      *      transformation error.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public abstract InputStream getBase64Content() throws SOAPException;
 
@@ -267,7 +269,7 @@
      *
      * @exception SOAPException if an there is an error in setting the content
      * @exception NullPointerException if <code>content</code> is null
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public abstract void setRawContent(InputStream content, String contentType) throws SOAPException;
 
@@ -285,7 +287,7 @@
      *
      * @exception SOAPException if an there is an error in setting the content
      * or content is null
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public abstract void setRawContentBytes(
         byte[] content, int offset, int len,  String contentType)
@@ -309,7 +311,7 @@
      * @exception SOAPException if an there is an error in setting the content
      * @exception NullPointerException if <code>content</code> is null
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public abstract void setBase64Content(
         InputStream content, String contentType) throws SOAPException;
--- a/src/share/jaxws_classes/javax/xml/soap/Detail.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/Detail.java	Mon Aug 04 15:33:54 2014 -0700
@@ -56,6 +56,8 @@
  *    d.addDetailEntry(name);
  *    Iterator it = d.getDetailEntries();
  * </PRE>
+ *
+ * @since 1.6
  */
 public interface Detail extends SOAPFaultElement {
 
@@ -85,7 +87,7 @@
      * DetailEntry object to this Detail object.
      *
      * @see Detail#addDetailEntry(Name name)
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public DetailEntry addDetailEntry(QName qname) throws SOAPException;
 
--- a/src/share/jaxws_classes/javax/xml/soap/DetailEntry.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/DetailEntry.java	Mon Aug 04 15:33:54 2014 -0700
@@ -30,6 +30,8 @@
  * a <code>SOAPFault</code> object.  A <code>DetailEntry</code> object,
  * which carries information about errors related to the <code>SOAPBody</code>
  * object that contains it, is application-specific.
+ *
+ * @since 1.6
  */
 public interface DetailEntry extends SOAPElement {
 
--- a/src/share/jaxws_classes/javax/xml/soap/MessageFactory.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/MessageFactory.java	Mon Aug 04 15:33:54 2014 -0700
@@ -63,6 +63,8 @@
  *        This method can be used internally by a service implementation to
  *        create a message that is a response to a request.
  * </UL>
+ *
+ * @since 1.6
  */
 public abstract class MessageFactory {
 
@@ -140,7 +142,7 @@
      * @exception SOAPException if there was an error in creating the
      *            specified implementation of  <code>MessageFactory</code>.
      * @see SAAJMetaFactory
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static MessageFactory newInstance(String protocol) throws SOAPException {
         return SAAJMetaFactory.getInstance().newMessageFactory(protocol);
--- a/src/share/jaxws_classes/javax/xml/soap/MimeHeader.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/MimeHeader.java	Mon Aug 04 15:33:54 2014 -0700
@@ -32,6 +32,7 @@
  * object.
  *
  * @see MimeHeaders
+ * @since 1.6
  */
 public class MimeHeader {
 
--- a/src/share/jaxws_classes/javax/xml/soap/MimeHeaders.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/MimeHeaders.java	Mon Aug 04 15:33:54 2014 -0700
@@ -39,6 +39,7 @@
  * API.
  * @see SOAPMessage#getAttachments
  * @see AttachmentPart
+ * @since 1.6
  */
 public class MimeHeaders {
     private Vector headers;
--- a/src/share/jaxws_classes/javax/xml/soap/Name.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/Name.java	Mon Aug 04 15:33:54 2014 -0700
@@ -73,6 +73,7 @@
  * 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 {
     /**
--- a/src/share/jaxws_classes/javax/xml/soap/Node.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/Node.java	Mon Aug 04 15:33:54 2014 -0700
@@ -30,6 +30,8 @@
  * This interface extnends the standard DOM Node interface with methods for
  * getting and setting the value of a node, for
  * getting and setting the parent of a node, and for removing a node.
+ *
+ * @since 1.6
  */
 public interface Node extends org.w3c.dom.Node {
     /**
@@ -61,7 +63,7 @@
      *              node and either has more than one child node or has a child
      *              node that is not a <code>Text</code> node.
      *
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public void setValue(String value);
 
--- a/src/share/jaxws_classes/javax/xml/soap/SAAJMetaFactory.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SAAJMetaFactory.java	Mon Aug 04 15:33:54 2014 -0700
@@ -38,7 +38,7 @@
 * class.
 *
 * @author SAAJ RI Development Team
-* @since SAAJ 1.3
+* @since 1.6, SAAJ 1.3
 */
 
 public abstract class SAAJMetaFactory {
--- a/src/share/jaxws_classes/javax/xml/soap/SAAJResult.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SAAJResult.java	Mon Aug 04 15:33:54 2014 -0700
@@ -35,7 +35,7 @@
  *
  * @author XWS-Security Development Team
  *
- * @since SAAJ 1.3
+ * @since 1.6, SAAJ 1.3
  */
 public class SAAJResult extends DOMResult {
 
@@ -53,7 +53,7 @@
      *
      * @throws SOAPException if there is a problem creating a <code>SOAPMessage</code>
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SAAJResult() throws SOAPException {
         this(MessageFactory.newInstance().createMessage());
@@ -79,7 +79,7 @@
      * @throws SOAPException if a <code>SOAPMessage</code> supporting the
      *             specified protocol cannot be created
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SAAJResult(String protocol) throws SOAPException {
         this(MessageFactory.newInstance(protocol).createMessage());
@@ -99,7 +99,7 @@
      *                  populated as a result of some transformation or
      *                  marshalling operation
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SAAJResult(SOAPMessage message) {
         super(message.getSOAPPart());
@@ -116,7 +116,7 @@
      *
      * @param rootNode - the root to which the results will be appended
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SAAJResult(SOAPElement rootNode) {
         super(rootNode);
@@ -125,7 +125,7 @@
 
     /**
      * @return the resulting Tree that was created under the specified root Node.
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public javax.xml.soap.Node getResult() {
         return (javax.xml.soap.Node)super.getNode().getFirstChild();
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPBody.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPBody.java	Mon Aug 04 15:33:54 2014 -0700
@@ -42,6 +42,7 @@
  * error information, is an example of a <code>SOAPBodyElement</code> object.
  *
  * @see SOAPFault
+ * @since 1.6
  */
 public interface SOAPBody extends SOAPElement {
 
@@ -90,7 +91,7 @@
      * @exception SOAPException if there is a SOAP error
      * @see SOAPFault#setFaultCode
      * @see SOAPFault#setFaultString
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public SOAPFault addFault(Name faultCode, String faultString, Locale locale) throws SOAPException;
 
@@ -127,7 +128,7 @@
      * @see SOAPFault#setFaultString
      * @see SOAPBody#addFault(Name faultCode, String faultString, Locale locale)
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SOAPFault addFault(QName faultCode, String faultString, Locale locale)
         throws SOAPException;
@@ -164,7 +165,7 @@
      *                if there is a SOAP error
      * @see SOAPFault#setFaultCode
      * @see SOAPFault#setFaultString
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public SOAPFault addFault(Name faultCode, String faultString)
         throws SOAPException;
@@ -202,7 +203,7 @@
      * @see SOAPFault#setFaultCode
      * @see SOAPFault#setFaultString
      * @see SOAPBody#addFault(Name faultCode, String faultString)
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SOAPFault addFault(QName faultCode, String faultString)
         throws SOAPException;
@@ -252,7 +253,7 @@
      * @exception SOAPException
      *                if a SOAP error occurs
      * @see SOAPBody#addBodyElement(Name)
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SOAPBodyElement addBodyElement(QName qname) throws SOAPException;
 
@@ -272,7 +273,7 @@
      *         that was added.
      * @exception SOAPException
      *                if the <code>Document</code> cannot be added
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public SOAPBodyElement addDocument(org.w3c.dom.Document document)
         throws SOAPException;
@@ -290,7 +291,7 @@
      *                if there is not exactly one child <code>SOAPElement</code> of the <code>
      *              <code>SOAPBody</code>.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public org.w3c.dom.Document extractContentAsDocument()
         throws SOAPException;
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPBodyElement.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPBodyElement.java	Mon Aug 04 15:33:54 2014 -0700
@@ -38,6 +38,8 @@
  * <PRE>
  *    SOAPBodyElement sbe = sb.addBodyElement(myName);
  * </PRE>
+ *
+ * @since 1.6
  */
 public interface SOAPBodyElement extends SOAPElement {
 }
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPConnection.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPConnection.java	Mon Aug 04 15:33:54 2014 -0700
@@ -45,6 +45,8 @@
  * directly to a URL following the request/response paradigm.  That is,
  * messages are sent using the method <code>call</code>, which sends the
  * message and then waits until it gets a reply.
+ *
+ * @since 1.6
  */
 public abstract class SOAPConnection {
 
@@ -78,7 +80,7 @@
      * @return the <code>SOAPMessage</code> object that is the response to the
      *                  get message request
      * @throws SOAPException if there is a SOAP error
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SOAPMessage get(Object to)
                                 throws SOAPException {
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPConnectionFactory.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPConnectionFactory.java	Mon Aug 04 15:33:54 2014 -0700
@@ -32,6 +32,8 @@
  * SAAJ communication infrastructure. Otherwise {@link SOAPConnection} objects
  * can be created by calling <code>createConnection()</code> on the newly
  * created <code>SOAPConnectionFactory</code> object.
+ *
+ * @since 1.6
  */
 public abstract class SOAPConnectionFactory {
     /**
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPConstants.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPConstants.java	Mon Aug 04 15:33:54 2014 -0700
@@ -29,6 +29,8 @@
 
 /**
  * The definition of constants pertaining to the SOAP protocol.
+ *
+ * @since 1.6
  */
 public interface SOAPConstants {
     /**
@@ -41,7 +43,7 @@
      * argument version of <code>createMessage</code>, an
      * <code>UnsupportedOperationException</code>.
      *
-     * @since  SAAJ 1.3
+     * @since  1.6, SAAJ 1.3
      */
     public static final String DYNAMIC_SOAP_PROTOCOL = "Dynamic Protocol";
 
@@ -49,7 +51,7 @@
      * Used to create <code>MessageFactory</code> instances that create
      * <code>SOAPMessages</code> whose behavior supports the SOAP 1.1  specification.
      *
-     * @since  SAAJ 1.3
+     * @since  1.6, SAAJ 1.3
      */
     public static final String SOAP_1_1_PROTOCOL = "SOAP 1.1 Protocol";
 
@@ -58,26 +60,26 @@
      * <code>SOAPMessages</code> whose behavior supports the SOAP 1.2
      * specification
      *
-     * @since  SAAJ 1.3
+     * @since  1.6, SAAJ 1.3
      */
     public static final String SOAP_1_2_PROTOCOL = "SOAP 1.2 Protocol";
 
     /**
      * The default protocol: SOAP 1.1 for backwards compatibility.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static final String DEFAULT_SOAP_PROTOCOL = SOAP_1_1_PROTOCOL;
 
     /**
      * The namespace identifier for the SOAP 1.1 envelope.
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static final String
                 URI_NS_SOAP_1_1_ENVELOPE = "http://schemas.xmlsoap.org/soap/envelope/";
     /**
      * The namespace identifier for the SOAP 1.2 envelope.
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static final String
                 URI_NS_SOAP_1_2_ENVELOPE = "http://www.w3.org/2003/05/soap-envelope";
@@ -102,21 +104,21 @@
 
     /**
      * The namespace identifier for the SOAP 1.2 encoding.
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static final String
         URI_NS_SOAP_1_2_ENCODING = "http://www.w3.org/2003/05/soap-encoding";
 
     /**
      * The media type  of the <code>Content-Type</code> MIME header in SOAP 1.1.
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static final String
         SOAP_1_1_CONTENT_TYPE = "text/xml";
 
     /**
      * The media type  of the <code>Content-Type</code> MIME header in SOAP 1.2.
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static final String
         SOAP_1_2_CONTENT_TYPE = "application/soap+xml";
@@ -137,21 +139,21 @@
      * The URI identifying the next application processing a SOAP request as the intended
      * role for a SOAP 1.2 header entry (see section 2.2 of part 1 of the SOAP 1.2
      * specification).
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static final String
         URI_SOAP_1_2_ROLE_NEXT = URI_NS_SOAP_1_2_ENVELOPE + "/role/next";
 
     /**
      * The URI specifying the role None in SOAP 1.2.
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static final String
         URI_SOAP_1_2_ROLE_NONE = URI_NS_SOAP_1_2_ENVELOPE + "/role/none";
 
     /**
      * The URI identifying the ultimate receiver of the SOAP 1.2 message.
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static final String
         URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER =
@@ -159,41 +161,41 @@
 
     /**
      * The default namespace prefix for http://www.w3.org/2003/05/soap-envelope
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static final String SOAP_ENV_PREFIX = "env";
 
     /**
      * SOAP 1.2 VersionMismatch Fault
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static final QName SOAP_VERSIONMISMATCH_FAULT =
          new QName(URI_NS_SOAP_1_2_ENVELOPE, "VersionMismatch", SOAP_ENV_PREFIX);
 
     /**
      * SOAP 1.2 MustUnderstand Fault
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static final QName SOAP_MUSTUNDERSTAND_FAULT =
          new QName(URI_NS_SOAP_1_2_ENVELOPE, "MustUnderstand", SOAP_ENV_PREFIX);
 
     /**
      * SOAP 1.2 DataEncodingUnknown Fault
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static final QName SOAP_DATAENCODINGUNKNOWN_FAULT =
          new QName(URI_NS_SOAP_1_2_ENVELOPE, "DataEncodingUnknown", SOAP_ENV_PREFIX);
 
     /**
      * SOAP 1.2 Sender Fault
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static final QName SOAP_SENDER_FAULT =
          new QName(URI_NS_SOAP_1_2_ENVELOPE, "Sender", SOAP_ENV_PREFIX);
 
     /**
      * SOAP 1.2 Receiver Fault
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static final QName SOAP_RECEIVER_FAULT =
          new QName(URI_NS_SOAP_1_2_ENVELOPE, "Receiver", SOAP_ENV_PREFIX);
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPElement.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPElement.java	Mon Aug 04 15:33:54 2014 -0700
@@ -40,6 +40,8 @@
  * objects of the correct type. See {@link #getChildElements()} and
  * {@link <a HREF="package-summary.html#package_description">javax.xml.soap<a>}
  * for details.
+ *
+ * @since 1.6
  */
 public interface SOAPElement extends Node, org.w3c.dom.Element {
 
@@ -74,7 +76,7 @@
      * @exception SOAPException if there is an error in creating the
      *                          <code>SOAPElement</code> object
      * @see SOAPElement#addChildElement(Name)
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SOAPElement addChildElement(QName qname) throws SOAPException;
 
@@ -173,7 +175,7 @@
      * is also useful for recycling portions of a document within a SOAP
      * message.
      *
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public abstract void removeContents();
 
@@ -224,7 +226,7 @@
                                 an attribute with <code>QName</code>
                                 <code>qname</code> on this SOAPElement.
      * @see SOAPElement#addAttribute(Name, String)
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SOAPElement addAttribute(QName qname, String value)
         throws SOAPException;
@@ -261,7 +263,7 @@
      * @return a <code>String</code> giving the value of the specified
      *         attribute, Null if there is no such attribute
      * @see SOAPElement#getAttributeValue(Name)
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public String getAttributeValue(QName qname);
 
@@ -287,7 +289,7 @@
      *
      * @return an iterator over the QNames of the attributes
      * @see SOAPElement#getAllAttributes()
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public Iterator getAllAttributesAsQNames();
 
@@ -322,7 +324,7 @@
      * @return an iterator over the namespace prefixes are within scope of this
      *         <code>SOAPElement</code> object
      *
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public Iterator getVisibleNamespacePrefixes();
 
@@ -348,7 +350,7 @@
      *
      * @exception SOAPException if the <code>QName</code> cannot be created.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public QName createQName(String localName, String prefix)
         throws SOAPException;
@@ -366,7 +368,7 @@
      * @return a <code>QName</code> object with the qname of this
      *         <code>SOAPElement</code> object
      * @see SOAPElement#getElementName()
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public QName getElementQName();
 
@@ -386,7 +388,7 @@
     *                          is not allowed.
     * @return The renamed Node
     *
-    * @since SAAJ 1.3
+    * @since 1.6, SAAJ 1.3
     */
    public SOAPElement setElementQName(QName newName) throws SOAPException;
 
@@ -409,7 +411,7 @@
      * @return <code>true</code> if the attribute was
      *         removed successfully; <code>false</code> if it was not
      * @see SOAPElement#removeAttribute(Name)
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public boolean removeAttribute(QName qname);
 
@@ -496,7 +498,7 @@
      *         in this <code>SOAPElement</code> object with the
      *         specified qname
      * @see SOAPElement#getChildElements(Name)
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public Iterator getChildElements(QName qname);
 
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPElementFactory.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPElementFactory.java	Mon Aug 04 15:33:54 2014 -0700
@@ -37,6 +37,7 @@
  * inserted.
  * @deprecated - Use <code>javax.xml.soap.SOAPFactory</code> for creating SOAPElements.
  * @see javax.xml.soap.SOAPFactory
+ * @since 1.6
  */
 public class SOAPElementFactory {
 
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPEnvelope.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPEnvelope.java	Mon Aug 04 15:33:54 2014 -0700
@@ -93,6 +93,8 @@
  *     Name name = se.createName("GetLastTradePrice", "WOMBAT",
  *                                "http://www.wombat.org/trader");
  * </PRE>
+ *
+ * @since 1.6
  */
 public interface SOAPEnvelope extends SOAPElement {
 
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPException.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPException.java	Mon Aug 04 15:33:54 2014 -0700
@@ -39,6 +39,8 @@
  * the provider.  Reasons for embedding a <code>Throwable</code>
  * object include problems such as input/output errors or a parsing
  * problem, such as an error in parsing a header.
+ *
+ * @since 1.6
  */
 public class SOAPException extends Exception {
     private Throwable cause;
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPFactory.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPFactory.java	Mon Aug 04 15:33:54 2014 -0700
@@ -43,6 +43,7 @@
  * <code>javax.xml.soap.Detail</code> objects as well as
  * <code>java.xml.soap.Name</code> objects.
  *
+ * @since 1.6
  */
 public abstract class SOAPFactory {
 
@@ -77,7 +78,7 @@
      * @exception SOAPException if there is an error in creating the
      *            <code>SOAPElement</code> object
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SOAPElement createElement(Element domElement) throws SOAPException {
         throw new UnsupportedOperationException("createElement(org.w3c.dom.Element) must be overridden by all subclasses of SOAPFactory.");
@@ -120,7 +121,7 @@
      * @exception SOAPException if there is an error in creating the
      *            <code>SOAPElement</code> object
      * @see SOAPFactory#createElement(Name)
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public  SOAPElement createElement(QName qname) throws SOAPException {
         throw new UnsupportedOperationException("createElement(QName) must be overridden by all subclasses of SOAPFactory.");
@@ -188,7 +189,7 @@
      *@param faultCode the FaultCode for the fault
      *@return a <code>SOAPFault</code> object
      *@throws SOAPException if there is a SOAP error
-     *@since SAAJ 1.3
+     *@since 1.6, SAAJ 1.3
      */
     public abstract SOAPFault createFault(String reasonText, QName faultCode) throws SOAPException;
 
@@ -196,7 +197,7 @@
      *Creates a new default <code>SOAPFault</code> object
      *@return a <code>SOAPFault</code> object
      *@throws SOAPException if there is a SOAP error
-     *@since SAAJ 1.3
+     *@since 1.6, SAAJ 1.3
      */
     public abstract SOAPFault createFault() throws SOAPException;
 
@@ -290,7 +291,7 @@
      * @exception SOAPException if there was an error creating the
      *            specified <code>SOAPFactory</code>
      * @see SAAJMetaFactory
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public static SOAPFactory newInstance(String protocol)
         throws SOAPException {
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPFault.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPFault.java	Mon Aug 04 15:33:54 2014 -0700
@@ -42,6 +42,8 @@
  * Depending on the <code>protocol</code> specified while creating the
  * <code>MessageFactory</code> instance,  a <code>SOAPFault</code> has
  * sub-elements as defined in the SOAP 1.1/SOAP 1.2 specification.
+ *
+ * @since 1.6
  */
 public interface SOAPFault extends SOAPBodyElement {
 
@@ -72,7 +74,7 @@
      * @exception SOAPException if there was an error in adding the
      *            <i>faultcode</i> element to the underlying XML tree.
      *
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public void setFaultCode(Name faultCodeQName) throws SOAPException;
 
@@ -91,7 +93,7 @@
      * @see #setFaultCode(Name)
      * @see #getFaultCodeAsQName()
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public void setFaultCode(QName faultCodeQName) throws SOAPException;
 
@@ -128,7 +130,7 @@
      * @return a <code>Name</code> representing the faultcode
      * @see #setFaultCode(Name)
      *
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public Name getFaultCodeAsName();
 
@@ -141,7 +143,7 @@
      *
      * @see #setFaultCode(QName)
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public QName getFaultCodeAsQName();
 
@@ -158,7 +160,7 @@
      * @exception UnsupportedOperationException if this message does not
      *      support the SOAP 1.2 concept of Subcode.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public Iterator getFaultSubcodes();
 
@@ -171,7 +173,7 @@
      * @exception UnsupportedOperationException if this message does not
      *      support the SOAP 1.2 concept of Subcode.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public void removeAllFaultSubcodes();
 
@@ -187,7 +189,7 @@
      * @exception UnsupportedOperationException if this message does not
      *      support the SOAP 1.2 concept of Subcode.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public void appendFaultSubcode(QName subcode) throws SOAPException;
 
@@ -270,7 +272,7 @@
      * @exception SOAPException if there was an error in adding the
      *            <code>faultString</code> to the underlying XML tree.
      *
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public void setFaultString(String faultString, Locale locale)
         throws SOAPException;
@@ -315,7 +317,7 @@
      *          the fault string or <code>null</code> if no locale was specified
      * @see #setFaultString(String, Locale)
      *
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public Locale getFaultStringLocale();
 
@@ -327,7 +329,7 @@
      * @return true if this <code>SOAPFault</code> has a <code>Detail</code>
      * subelement and false otherwise.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public boolean hasDetail();
 
@@ -377,7 +379,7 @@
      * @exception UnsupportedOperationException if this message does not
      *      support the SOAP 1.2 concept of Fault Reason.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public Iterator getFaultReasonLocales() throws SOAPException;
 
@@ -393,7 +395,7 @@
      * @exception UnsupportedOperationException if this message does not
      *      support the SOAP 1.2 concept of Fault Reason.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public Iterator getFaultReasonTexts() throws SOAPException;
 
@@ -414,7 +416,7 @@
      * @exception UnsupportedOperationException if this message does not
      *      support the SOAP 1.2 concept of Fault Reason.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public String getFaultReasonText(Locale locale) throws SOAPException;
 
@@ -441,7 +443,7 @@
      * @exception UnsupportedOperationException if this message does not
      *      support the SOAP 1.2 concept of Fault Reason.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public void addFaultReasonText(String text, java.util.Locale locale)
         throws SOAPException;
@@ -457,7 +459,7 @@
      * @exception UnsupportedOperationException if this message does not
      *      support the SOAP 1.2 concept of Fault Node.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public String getFaultNode();
 
@@ -472,7 +474,7 @@
      *      support the SOAP 1.2 concept of Fault Node.
      *
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public void setFaultNode(String uri) throws SOAPException;
 
@@ -487,7 +489,7 @@
      * @exception UnsupportedOperationException if this message does not
      *      support the SOAP 1.2 concept of Fault Role.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public String getFaultRole();
 
@@ -504,7 +506,7 @@
      * @exception UnsupportedOperationException if this message does not
      *      support the SOAP 1.2 concept of Fault Role.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public void setFaultRole(String uri) throws SOAPException;
 
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPFaultElement.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPFaultElement.java	Mon Aug 04 15:33:54 2014 -0700
@@ -32,6 +32,8 @@
  * <P>
  * Content is added to a <code>SOAPFaultElement</code> using the
  * <code>SOAPElement</code> method <code>addTextNode</code>.
+ *
+ * @since 1.6
  */
 public interface SOAPFaultElement extends SOAPElement {
 }
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPHeader.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPHeader.java	Mon Aug 04 15:33:54 2014 -0700
@@ -66,6 +66,7 @@
  * </PRE>
  *
  * @see SOAPHeaderElement
+ * @since 1.6
  */
 public interface SOAPHeader extends SOAPElement {
     /**
@@ -92,7 +93,7 @@
      *          inserted into this <code>SOAPHeader</code> object
      * @exception SOAPException if a SOAP error occurs
      * @see SOAPHeader#addHeaderElement(Name)
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SOAPHeaderElement addHeaderElement(QName qname)
         throws SOAPException;
@@ -115,7 +116,7 @@
      * @see #extractHeaderElements
      * @see SOAPConstants#URI_SOAP_ACTOR_NEXT
      *
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public Iterator examineMustUnderstandHeaderElements(String actor);
 
@@ -180,7 +181,7 @@
      *          inserted into this <code>SOAPHeader</code> object
      * @exception SOAPException if a SOAP error occurs.
      * @exception UnsupportedOperationException if this is a SOAP 1.1 Header.
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SOAPHeaderElement addNotUnderstoodHeaderElement(QName name)
         throws SOAPException;
@@ -196,7 +197,7 @@
      * @return the new <code>SOAPHeaderElement</code> object that was
      *          inserted into this <code>SOAPHeader</code> object
      * @exception SOAPException if a SOAP error occurs.
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SOAPHeaderElement addUpgradeHeaderElement(Iterator supportedSOAPURIs)
         throws SOAPException;
@@ -211,7 +212,7 @@
      * @return the new <code>SOAPHeaderElement</code> object that was
      *          inserted into this <code>SOAPHeader</code> object
      * @exception SOAPException if a SOAP error occurs.
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SOAPHeaderElement addUpgradeHeaderElement(String[] supportedSoapUris)
         throws SOAPException;
@@ -226,7 +227,7 @@
      * @return the new <code>SOAPHeaderElement</code> object that was
      *          inserted into this <code>SOAPHeader</code> object
      * @exception SOAPException if a SOAP error occurs.
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public SOAPHeaderElement addUpgradeHeaderElement(String supportedSoapUri)
         throws SOAPException;
@@ -240,7 +241,7 @@
      *          <code>SOAPHeader</code>
      * @see #extractAllHeaderElements
      *
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public Iterator examineAllHeaderElements();
 
@@ -255,7 +256,7 @@
      *
      * @see #examineAllHeaderElements
      *
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public Iterator extractAllHeaderElements();
 
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPHeaderElement.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPHeaderElement.java	Mon Aug 04 15:33:54 2014 -0700
@@ -33,6 +33,8 @@
  * <P>
  * A <code>SOAPHeaderElement</code> object can have other
  * <code>SOAPElement</code> objects as its children.
+ *
+ * @since 1.6
  */
 public interface SOAPHeaderElement extends SOAPElement {
 
@@ -65,7 +67,7 @@
      * @exception UnsupportedOperationException if this message does not
      *      support the SOAP 1.2 concept of Fault Role.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public void setRole(String uri) throws SOAPException;
 
@@ -89,7 +91,7 @@
      * @exception UnsupportedOperationException if this message does not
      *      support the SOAP 1.2 concept of Fault Role.
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public String getRole();
 
@@ -143,7 +145,7 @@
      * @see #setMustUnderstand
      * @see #getRelay
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public void setRelay(boolean relay) throws SOAPException;
 
@@ -160,7 +162,7 @@
      * @see #getMustUnderstand
      * @see #setRelay
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public boolean getRelay();
 }
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPMessage.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPMessage.java	Mon Aug 04 15:33:54 2014 -0700
@@ -100,6 +100,7 @@
  *
  * @see MessageFactory
  * @see AttachmentPart
+ * @since 1.6
  */
 public abstract class SOAPMessage {
     /**
@@ -108,7 +109,7 @@
          * supported values. The default is "utf-8".
          *
          * @see SOAPMessage#setProperty(String, Object) SOAPMessage.setProperty
-         * @since SAAJ 1.2
+         * @since 1.6, SAAJ 1.2
          */
     public static final String CHARACTER_SET_ENCODING =
         "javax.xml.soap.character-set-encoding";
@@ -119,7 +120,7 @@
      * "false".
      *
      * @see SOAPMessage#setProperty(String, Object) SOAPMessage.setProperty
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public static final String WRITE_XML_DECLARATION =
         "javax.xml.soap.write-xml-declaration";
@@ -163,7 +164,7 @@
          *         object
          * @exception SOAPException
          *               if the SOAP Body does not exist or cannot be retrieved
-         * @since SAAJ 1.2
+         * @since 1.6, SAAJ 1.2
          */
     public SOAPBody getSOAPBody() throws SOAPException {
         throw new UnsupportedOperationException("getSOAPBody must be overridden by all subclasses of SOAPMessage");
@@ -178,7 +179,7 @@
          *         object
          * @exception SOAPException
          *               if the SOAP Header does not exist or cannot be retrieved
-         * @since SAAJ 1.2
+         * @since 1.6, SAAJ 1.2
          */
     public SOAPHeader getSOAPHeader() throws SOAPException {
         throw new UnsupportedOperationException("getSOAPHeader must be overridden by all subclasses of SOAPMessage");
@@ -230,7 +231,7 @@
      * @param headers
      *           a <code>MimeHeaders</code> object containing the MIME
      *           headers for which to search
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public abstract void removeAttachments(MimeHeaders headers);
 
@@ -258,7 +259,7 @@
      * @throws SOAPException if there is an error in the attempt to access the
      *          attachment
      *
-     * @since SAAJ 1.3
+     * @since 1.6, SAAJ 1.3
      */
     public abstract AttachmentPart getAttachment(SOAPElement element) throws SOAPException;
 
@@ -432,7 +433,7 @@
      *           the value to be associated with the specified property
      * @exception SOAPException
      *               if the property name is not recognized.
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public void setProperty(String property, Object value)
         throws SOAPException {
@@ -448,7 +449,7 @@
      *         if no such property exists.
      * @exception SOAPException
      *               if the property name is not recognized.
-     * @since SAAJ 1.2
+     * @since 1.6, SAAJ 1.2
      */
     public Object getProperty(String property) throws SOAPException {
         throw new UnsupportedOperationException("getProperty must be overridden by all subclasses of SOAPMessage");
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPPart.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPPart.java	Mon Aug 04 15:33:54 2014 -0700
@@ -64,6 +64,8 @@
  * The <code>SOAPPart</code> method <code>getEnvelope</code> can be used
  * to retrieve the <code>SOAPEnvelope</code> object.
  * <P>
+ *
+ * @since 1.6
  */
 public abstract class SOAPPart implements org.w3c.dom.Document, Node {
 
--- a/src/share/jaxws_classes/javax/xml/soap/Text.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/soap/Text.java	Mon Aug 04 15:33:54 2014 -0700
@@ -29,6 +29,7 @@
  * A representation of a node whose value is text.  A <code>Text</code> object
  * may represent text that is content or text that is a comment.
  *
+ * @since 1.6
  */
 public interface Text extends Node, org.w3c.dom.Text {
 
--- a/src/share/jaxws_classes/javax/xml/ws/Action.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/Action.java	Mon Aug 04 15:33:54 2014 -0700
@@ -118,7 +118,7 @@
  *
  * @see FaultAction
  *
- * @since JAX-WS 2.1
+ * @since 1.6, JAX-WS 2.1
  */
 
 @Documented
--- a/src/share/jaxws_classes/javax/xml/ws/AsyncHandler.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/AsyncHandler.java	Mon Aug 04 15:33:54 2014 -0700
@@ -29,7 +29,7 @@
  * clients that wish to receive callback notification of the completion of
  * service endpoint operations invoked asynchronously.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface AsyncHandler<T> {
 
--- a/src/share/jaxws_classes/javax/xml/ws/Binding.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/Binding.java	Mon Aug 04 15:33:54 2014 -0700
@@ -29,7 +29,7 @@
 /** The <code>Binding</code> interface is the base interface
  *  for JAX-WS protocol bindings.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface Binding {
 
@@ -61,7 +61,7 @@
      * @return String The binding identifier for the port.
      *    Never returns <code>null</code>
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      */
     String getBindingID();
 }
--- a/src/share/jaxws_classes/javax/xml/ws/BindingProvider.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/BindingProvider.java	Mon Aug 04 15:33:54 2014 -0700
@@ -33,7 +33,7 @@
  * protocol binding and associated context objects for request and
  * response message processing.
  *
- * @since JAX-WS 2.0
+ * @since 1.6, JAX-WS 2.0
  *
  * @see javax.xml.ws.Binding
  **/
@@ -154,7 +154,7 @@
      *
      * @see W3CEndpointReference
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      */
     public EndpointReference getEndpointReference();
 
@@ -176,7 +176,7 @@
      * @throws java.lang.UnsupportedOperationException If this
      * <code>BindingProvider</code> uses the XML/HTTP binding.
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      */
     public <T extends EndpointReference> T getEndpointReference(Class<T> clazz);
 }
--- a/src/share/jaxws_classes/javax/xml/ws/BindingType.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/BindingType.java	Mon Aug 04 15:33:54 2014 -0700
@@ -39,7 +39,7 @@
  *  This annotation may be overriden programmatically or via
  *  deployment descriptors, depending on the platform in use.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
  *
  **/
 @Target(ElementType.TYPE)
--- a/src/share/jaxws_classes/javax/xml/ws/Dispatch.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/Dispatch.java	Mon Aug 04 15:33:54 2014 -0700
@@ -33,7 +33,7 @@
  *  class acts as a factory for the creation of <code>Dispatch</code>
  *  instances.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface Dispatch<T> extends BindingProvider {
 
--- a/src/share/jaxws_classes/javax/xml/ws/Endpoint.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/Endpoint.java	Mon Aug 04 15:33:54 2014 -0700
@@ -61,7 +61,7 @@
  * as possible instead of generating new ones based on the annotations
  * present on the implementor.
  *
- * @since JAX-WS 2.0
+ * @since 1.6, JAX-WS 2.0
  *
  * @see javax.xml.ws.Binding
  * @see javax.xml.ws.BindingType
@@ -119,7 +119,7 @@
      *
      *
      * @return The newly created endpoint.
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      *
      */
     public static Endpoint create(Object implementor, WebServiceFeature ... features) {
@@ -166,7 +166,7 @@
      *        </code> parameter will have their default values.
      *
      * @return The newly created endpoint.
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public static Endpoint create(String bindingId, Object implementor, WebServiceFeature ... features) {
         return Provider.provider().createEndpoint(bindingId, implementor, features);
@@ -266,7 +266,7 @@
      *          If a <code>java.lang.SecurityManger</code>
      *          is being used and the application doesn't have the
      *          <code>WebServicePermission("publishEndpoint")</code> permission.
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public static Endpoint publish(String address, Object implementor, WebServiceFeature ... features) {
         return Provider.provider().createAndPublishEndpoint(address, implementor, features);
@@ -330,7 +330,7 @@
      *          If a <code>java.lang.SecurityManger</code>
      *          is being used and the application doesn't have the
      *          <code>WebServicePermission("publishEndpoint")</code> permission.
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public void publish(HttpContext serverContext) {
         throw new UnsupportedOperationException("JAX-WS 2.2 implementation must override this default behaviour.");
@@ -446,7 +446,7 @@
      *
      * @see W3CEndpointReference
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public abstract EndpointReference getEndpointReference(Element... referenceParameters);
 
@@ -472,7 +472,7 @@
      * uses the XML/HTTP binding.
      *
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public abstract <T extends EndpointReference> T getEndpointReference(Class<T> clazz,
             Element... referenceParameters);
@@ -490,7 +490,7 @@
      * @throws java.lang.IllegalStateException
      *        If the endpoint has been published already or it has been stopped.
      *
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public void setEndpointContext(EndpointContext ctxt) {
         throw new UnsupportedOperationException("JAX-WS 2.2 implementation must override this default behaviour.");
--- a/src/share/jaxws_classes/javax/xml/ws/EndpointContext.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/EndpointContext.java	Mon Aug 04 15:33:54 2014 -0700
@@ -42,7 +42,7 @@
  * before {@link Endpoint#publish} methods.
  *
  * @author Jitendra Kotamraju
- * @since JAX-WS 2.2
+ * @since 1.7, JAX-WS 2.2
  */
 public abstract class EndpointContext {
 
--- a/src/share/jaxws_classes/javax/xml/ws/EndpointReference.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/EndpointReference.java	Mon Aug 04 15:33:54 2014 -0700
@@ -81,7 +81,7 @@
  *
  * @see W3CEndpointReference
  * @see Service
- * @since JAX-WS 2.1
+ * @since 1.6, JAX-WS 2.1
  */
 @XmlTransient // to treat this class like Object as far as databinding is concerned (proposed JAXB 2.1 feature)
 public abstract class EndpointReference {
--- a/src/share/jaxws_classes/javax/xml/ws/FaultAction.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/FaultAction.java	Mon Aug 04 15:33:54 2014 -0700
@@ -145,7 +145,7 @@
  *   &lt;/definitions>
  * </pre>
  *
- * @since JAX-WS 2.1
+ * @since 1.6, JAX-WS 2.1
  */
 
 @Documented
--- a/src/share/jaxws_classes/javax/xml/ws/Holder.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/Holder.java	Mon Aug 04 15:33:54 2014 -0700
@@ -30,7 +30,7 @@
 /**
  * Holds a value of type <code>T</code>.
  *
- * @since JAX-WS 2.0
+ * @since 1.6, JAX-WS 2.0
  */
 public final class Holder<T> implements Serializable {
 
--- a/src/share/jaxws_classes/javax/xml/ws/LogicalMessage.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/LogicalMessage.java	Mon Aug 04 15:33:54 2014 -0700
@@ -32,7 +32,7 @@
  *  protocol agnostic XML message and contains methods that
  *  provide access to the payload of the message.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface LogicalMessage {
 
--- a/src/share/jaxws_classes/javax/xml/ws/ProtocolException.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/ProtocolException.java	Mon Aug 04 15:33:54 2014 -0700
@@ -30,7 +30,7 @@
  *  are used to communicate protocol level fault information to clients and may
  *  be used on the server to control the protocol specific fault representation.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public class ProtocolException extends WebServiceException {
     /**
--- a/src/share/jaxws_classes/javax/xml/ws/Provider.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/Provider.java	Mon Aug 04 15:33:54 2014 -0700
@@ -38,7 +38,7 @@
  *  the <code>Provider</code> instance will receive entire protocol messages
  *  or just message payloads.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
  *
  *  @see javax.xml.transform.Source
  *  @see javax.xml.soap.SOAPMessage
--- a/src/share/jaxws_classes/javax/xml/ws/RequestWrapper.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/RequestWrapper.java	Mon Aug 04 15:33:54 2014 -0700
@@ -40,7 +40,7 @@
  * overloading conflicts in document literal mode. Only the <code>className</code>
  * is required in this case.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
  **/
 
 @Target(ElementType.METHOD)
@@ -65,7 +65,7 @@
     /**
      * wsdl:part name for the wrapper part
      *
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public String partName() default "";
 
--- a/src/share/jaxws_classes/javax/xml/ws/RespectBinding.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/RespectBinding.java	Mon Aug 04 15:33:54 2014 -0700
@@ -54,7 +54,7 @@
  *
  * @see RespectBindingFeature
  *
- * @since JAX-WS 2.1
+ * @since 1.6, JAX-WS 2.1
  */
 @Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD})
 @Retention(RetentionPolicy.RUNTIME)
--- a/src/share/jaxws_classes/javax/xml/ws/RespectBindingFeature.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/RespectBindingFeature.java	Mon Aug 04 15:33:54 2014 -0700
@@ -80,7 +80,7 @@
  *
  * @see AddressingFeature
  *
- * @since JAX-WS 2.1
+ * @since 1.6, JAX-WS 2.1
  */
 public final class RespectBindingFeature extends WebServiceFeature {
     /**
--- a/src/share/jaxws_classes/javax/xml/ws/Response.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/Response.java	Mon Aug 04 15:33:54 2014 -0700
@@ -39,7 +39,7 @@
  *  {@link WebServiceException} that represents the error that occured during the
  *  asynchronous method invocation.</p>
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface Response<T> extends Future<T> {
     /** Gets the contained response context.
--- a/src/share/jaxws_classes/javax/xml/ws/ResponseWrapper.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/ResponseWrapper.java	Mon Aug 04 15:33:54 2014 -0700
@@ -39,7 +39,7 @@
  * overloading conflicts in document literal mode. Only the <code>className</code>
  * is required in this case.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 
 @Target(ElementType.METHOD)
@@ -65,7 +65,7 @@
     /**
      * wsdl:part name for the wrapper part
      *
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public String partName() default "";
 
--- a/src/share/jaxws_classes/javax/xml/ws/Service.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/Service.java	Mon Aug 04 15:33:54 2014 -0700
@@ -57,7 +57,7 @@
  * can be enabled by creating a <code>ThreadPoolExecutor</code> and
  * registering it with the service.
  *
- * @since JAX-WS 2.0
+ * @since 1.6, JAX-WS 2.0
  *
  * @see javax.xml.ws.spi.Provider
  * @see javax.xml.ws.handler.HandlerResolver
@@ -153,7 +153,7 @@
      * @see java.lang.reflect.InvocationHandler
      * @see WebServiceFeature
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public <T> T getPort(QName portName,
             Class<T> serviceEndpointInterface, WebServiceFeature... features) {
@@ -219,7 +219,7 @@
      *
      * @see WebServiceFeature
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public <T> T getPort(Class<T> serviceEndpointInterface,
             WebServiceFeature... features) {
@@ -297,7 +297,7 @@
      *                      with this port or is unsupported.
      *                  </UL>
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public <T> T getPort(EndpointReference endpointReference,
            Class<T> serviceEndpointInterface, WebServiceFeature... features) {
@@ -381,7 +381,7 @@
      * @see javax.xml.soap.SOAPMessage
      * @see WebServiceFeature
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public <T> Dispatch<T> createDispatch(QName portName, Class<T> type,
             Service.Mode mode, WebServiceFeature... features) {
@@ -456,7 +456,7 @@
      * @see javax.xml.soap.SOAPMessage
      * @see WebServiceFeature
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public <T> Dispatch<T> createDispatch(EndpointReference endpointReference,
             Class<T> type, Service.Mode mode,
@@ -514,7 +514,7 @@
      * @see javax.xml.bind.JAXBContext
      * @see WebServiceFeature
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public Dispatch<Object> createDispatch(QName portName,
             JAXBContext context, Service.Mode mode, WebServiceFeature... features) {
@@ -587,7 +587,7 @@
      * @see javax.xml.bind.JAXBContext
      * @see WebServiceFeature
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
     **/
     public Dispatch<Object> createDispatch(EndpointReference endpointReference,
             JAXBContext context, Service.Mode mode,
@@ -722,7 +722,7 @@
      *        it must throw a WebServiceException.
      * @throws WebServiceException If any error in creation of the
      *                    specified service.
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      **/
     public static Service create(
             java.net.URL wsdlDocumentLocation,
@@ -752,7 +752,7 @@
      * @throws WebServiceException If any error in creation of the
      *                    specified service
      *
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public static Service create(QName serviceName, WebServiceFeature ... features) {
         return new Service(null, serviceName, features);
--- a/src/share/jaxws_classes/javax/xml/ws/ServiceMode.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/ServiceMode.java	Mon Aug 04 15:33:54 2014 -0700
@@ -36,7 +36,7 @@
  * Used to indicate whether a {@link Provider} implementation wishes to work
  * with entire protocol messages or just with protocol message payloads.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 @Target({ElementType.TYPE})
 @Retention(RetentionPolicy.RUNTIME)
--- a/src/share/jaxws_classes/javax/xml/ws/WebEndpoint.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/WebEndpoint.java	Mon Aug 04 15:33:54 2014 -0700
@@ -41,7 +41,7 @@
  *  determined based on the value of the <code>WebServiceClient</code>
  *  annotation on the generated service interface itself.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
  *
  *  @see javax.xml.ws.WebServiceClient
 **/
--- a/src/share/jaxws_classes/javax/xml/ws/WebFault.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/WebFault.java	Mon Aug 04 15:33:54 2014 -0700
@@ -36,7 +36,7 @@
  * to the local and namespace name of the fault element and the name
  * of the fault bean.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 @Target({ElementType.TYPE})
 @Retention(RetentionPolicy.RUNTIME)
@@ -60,7 +60,7 @@
 
   /**
    *  wsdl:Message's name. Default name is the exception's class name.
-   *  @since JAX-WS 2.2
+   *  @since 1.7, JAX-WS 2.2
    */
   public String messageName() default "";
 
--- a/src/share/jaxws_classes/javax/xml/ws/WebServiceClient.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/WebServiceClient.java	Mon Aug 04 15:33:54 2014 -0700
@@ -40,7 +40,7 @@
  *  element represents the Web service for which the generated
  *  service interface provides a client view.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 @Target({ElementType.TYPE})
 @Retention(RetentionPolicy.RUNTIME)
--- a/src/share/jaxws_classes/javax/xml/ws/WebServiceContext.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/WebServiceContext.java	Mon Aug 04 15:33:54 2014 -0700
@@ -41,7 +41,7 @@
  *  into an endpoint implementation class using the
  *  <code>Resource</code> annotation.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
  *
  *  @see javax.annotation.Resource
  **/
@@ -120,7 +120,7 @@
      *
      * @see W3CEndpointReference
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      */
     public EndpointReference getEndpointReference(Element... referenceParameters);
 
@@ -144,7 +144,7 @@
      * @throws WebServiceException If the <code>clazz</code> type of
      * <code>EndpointReference</code> is not supported.
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public <T extends EndpointReference> T getEndpointReference(Class<T> clazz,
             Element... referenceParameters);
--- a/src/share/jaxws_classes/javax/xml/ws/WebServiceException.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/WebServiceException.java	Mon Aug 04 15:33:54 2014 -0700
@@ -28,7 +28,7 @@
 /** The <code>WebServiceException</code> class is the base
  *  exception class for all JAX-WS API runtime exceptions.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 
 public class WebServiceException extends java.lang.RuntimeException {
--- a/src/share/jaxws_classes/javax/xml/ws/WebServiceFeature.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/WebServiceFeature.java	Mon Aug 04 15:33:54 2014 -0700
@@ -44,7 +44,7 @@
  * @see javax.xml.ws.soap.AddressingFeature
  * @see javax.xml.ws.soap.MTOMFeature
  *
- * @since 2.1
+ * @since 1.6, JAX-WS 2.1
  */
 public abstract class WebServiceFeature {
    /**
--- a/src/share/jaxws_classes/javax/xml/ws/WebServicePermission.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/WebServicePermission.java	Mon Aug 04 15:33:54 2014 -0700
@@ -55,6 +55,7 @@
  * @see java.security.Permissions
  * @see java.lang.SecurityManager
  * @see java.net.SocketPermission
+ * @since 1.6
  */
 public final class WebServicePermission extends BasicPermission {
 
--- a/src/share/jaxws_classes/javax/xml/ws/WebServiceProvider.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/WebServiceProvider.java	Mon Aug 04 15:33:54 2014 -0700
@@ -33,7 +33,7 @@
 /**
  * Used to annotate a Provider implementation class.
  *
- * @since JAX-WS 2.0
+ * @since 1.6, JAX-WS 2.0
  * @see javax.xml.ws.Provider
  */
 @Target(ElementType.TYPE)
--- a/src/share/jaxws_classes/javax/xml/ws/WebServiceRef.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/WebServiceRef.java	Mon Aug 04 15:33:54 2014 -0700
@@ -75,7 +75,7 @@
  * @see javax.annotation.Resource
  * @see WebServiceFeatureAnnotation
  *
- * @since JAX-WS 2.0
+ * @since 1.6, JAX-WS 2.0
  *
 **/
 
@@ -143,7 +143,7 @@
      * A portable JNDI lookup name that resolves to the target
      * web service reference.
      *
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     String lookup() default "";
 
--- a/src/share/jaxws_classes/javax/xml/ws/WebServiceRefs.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/WebServiceRefs.java	Mon Aug 04 15:33:54 2014 -0700
@@ -69,7 +69,7 @@
  * </code></pre>
  *
  * @see WebServiceRef
- * @since 2.0
+ * @since 1.6, JAX-WS 2.0
  */
 
 @Documented
--- a/src/share/jaxws_classes/javax/xml/ws/handler/Handler.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/handler/Handler.java	Mon Aug 04 15:33:54 2014 -0700
@@ -31,7 +31,7 @@
 /** The <code>Handler</code> interface
  *  is the base interface for JAX-WS handlers.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface Handler<C extends MessageContext> {
 
--- a/src/share/jaxws_classes/javax/xml/ws/handler/HandlerResolver.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/handler/HandlerResolver.java	Mon Aug 04 15:33:54 2014 -0700
@@ -39,7 +39,7 @@
  *
  *  @see javax.xml.ws.Service#setHandlerResolver
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface HandlerResolver {
 
--- a/src/share/jaxws_classes/javax/xml/ws/handler/LogicalHandler.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/handler/LogicalHandler.java	Mon Aug 04 15:33:54 2014 -0700
@@ -28,7 +28,7 @@
 /** The <code>LogicalHandler</code> extends
  *  Handler to provide typesafety for the message context parameter.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface LogicalHandler<C extends LogicalMessageContext> extends Handler<C> {
 }
--- a/src/share/jaxws_classes/javax/xml/ws/handler/LogicalMessageContext.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/handler/LogicalMessageContext.java	Mon Aug 04 15:33:54 2014 -0700
@@ -32,7 +32,7 @@
  *  provide access to a the contained message as a protocol neutral
  *  LogicalMessage
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface LogicalMessageContext
                     extends MessageContext {
--- a/src/share/jaxws_classes/javax/xml/ws/handler/MessageContext.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/handler/MessageContext.java	Mon Aug 04 15:33:54 2014 -0700
@@ -36,7 +36,7 @@
  * enable handlers in a handler chain to share processing related
  * state.
  *
- * @since JAX-WS 2.0
+ * @since 1.6, JAX-WS 2.0
  */
 public interface MessageContext extends Map<String, Object> {
 
@@ -168,7 +168,7 @@
      * wsa:IsReferenceParameter="true" attribute.
      * <p>Type: List&lt;Element>
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      */
     public static final String REFERENCE_PARAMETERS =
             "javax.xml.ws.reference.parameters";
--- a/src/share/jaxws_classes/javax/xml/ws/handler/PortInfo.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/handler/PortInfo.java	Mon Aug 04 15:33:54 2014 -0700
@@ -35,7 +35,7 @@
  *  This interface is never implemented by an application,
  *  only by a JAX-WS implementation.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface PortInfo {
 
--- a/src/share/jaxws_classes/javax/xml/ws/handler/soap/SOAPHandler.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/handler/soap/SOAPHandler.java	Mon Aug 04 15:33:54 2014 -0700
@@ -33,7 +33,7 @@
  *  to provide typesafety for the message context parameter and add a method
  *  to obtain access to the headers that may be processed by the handler.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface SOAPHandler<T extends SOAPMessageContext>
     extends Handler<T> {
--- a/src/share/jaxws_classes/javax/xml/ws/handler/soap/SOAPMessageContext.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/handler/soap/SOAPMessageContext.java	Mon Aug 04 15:33:54 2014 -0700
@@ -38,7 +38,7 @@
  *
  *  @see javax.xml.soap.SOAPMessage
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface SOAPMessageContext
                     extends javax.xml.ws.handler.MessageContext {
--- a/src/share/jaxws_classes/javax/xml/ws/http/HTTPBinding.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/http/HTTPBinding.java	Mon Aug 04 15:33:54 2014 -0700
@@ -31,7 +31,7 @@
 /** The <code>HTTPBinding</code> interface is an
  *  abstraction for the XML/HTTP binding.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface HTTPBinding extends Binding {
 
--- a/src/share/jaxws_classes/javax/xml/ws/http/HTTPException.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/http/HTTPException.java	Mon Aug 04 15:33:54 2014 -0700
@@ -32,7 +32,7 @@
  *  <p>Since there is no standard format for faults or exceptions
  *  in XML/HTTP messaging, only the HTTP status code is captured.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public class HTTPException extends javax.xml.ws.ProtocolException  {
 
--- a/src/share/jaxws_classes/javax/xml/ws/soap/Addressing.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/soap/Addressing.java	Mon Aug 04 15:33:54 2014 -0700
@@ -57,7 +57,7 @@
  * This annotation's behaviour is defined by the corresponding feature
  * {@link AddressingFeature}.
  *
- * @since JAX-WS 2.1
+ * @since 1.6, JAX-WS 2.1
  */
 @Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD})
 @Retention(RetentionPolicy.RUNTIME)
@@ -106,7 +106,7 @@
      * <a href="http://www.w3.org/TR/ws-addr-metadata/#wspolicynonanonresponses">
      * 3.1.3 NonAnonymousResponses Assertion</a> in the generated WSDL.
      *
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     Responses responses() default Responses.ALL;
 
--- a/src/share/jaxws_classes/javax/xml/ws/soap/AddressingFeature.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/soap/AddressingFeature.java	Mon Aug 04 15:33:54 2014 -0700
@@ -112,7 +112,7 @@
  * for more information on WS-Addressing.
  *
  * @see Addressing
- * @since JAX-WS 2.1
+ * @since 1.6, JAX-WS 2.1
  */
 
 public final class AddressingFeature extends WebServiceFeature {
@@ -151,7 +151,7 @@
      * <a href="http://www.w3.org/TR/ws-addr-metadata/#wspolicynonanonresponses">
      * 3.1.3 NonAnonymousResponses Assertion</a> in the generated WSDL.
      *
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public enum Responses {
         /**
@@ -229,7 +229,7 @@
      * @param required true means requires the use of ws-addressing .
      * @param responses specifies what type of responses are required
      *
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public AddressingFeature(boolean enabled, boolean required, Responses responses) {
         this.enabled = enabled;
@@ -268,7 +268,7 @@
      *         {@link Responses#NON_ANONYMOUS} when endpoint requires the use
      * of only non-anonymous responses
      *
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public Responses getResponses() {
         return responses;
--- a/src/share/jaxws_classes/javax/xml/ws/soap/MTOM.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/soap/MTOM.java	Mon Aug 04 15:33:54 2014 -0700
@@ -54,7 +54,7 @@
  * This annotation's behaviour is defined by the corresponding feature
  * {@link MTOMFeature}.
  *
- * @since JAX-WS 2.1
+ * @since 1.6, JAX-WS 2.1
  */
 @Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD})
 @Retention(RetentionPolicy.RUNTIME)
--- a/src/share/jaxws_classes/javax/xml/ws/soap/MTOMFeature.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/soap/MTOMFeature.java	Mon Aug 04 15:33:54 2014 -0700
@@ -54,7 +54,7 @@
  * The {@link #threshold} property can be used to set the threshold
  * value used to determine when binary data should be XOP encoded.
  *
- * @since JAX-WS 2.1
+ * @since 1.6, JAX-WS 2.1
  */
 public final class MTOMFeature extends WebServiceFeature {
     /**
--- a/src/share/jaxws_classes/javax/xml/ws/soap/SOAPBinding.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/soap/SOAPBinding.java	Mon Aug 04 15:33:54 2014 -0700
@@ -34,7 +34,7 @@
 /** The <code>SOAPBinding</code> interface is an abstraction for
  *  the SOAP binding.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface SOAPBinding extends Binding {
 
--- a/src/share/jaxws_classes/javax/xml/ws/soap/SOAPFaultException.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/soap/SOAPFaultException.java	Mon Aug 04 15:33:54 2014 -0700
@@ -48,7 +48,7 @@
  *  @see javax.xml.ws.soap.SOAPBinding#getSOAPFactory
  *  @see javax.xml.ws.ProtocolException
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
  **/
 public class SOAPFaultException extends javax.xml.ws.ProtocolException  {
 
--- a/src/share/jaxws_classes/javax/xml/ws/spi/Invoker.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/spi/Invoker.java	Mon Aug 04 15:33:54 2014 -0700
@@ -43,7 +43,7 @@
  *
  * @see Provider#createEndpoint(String, Class, Invoker, WebServiceFeature...)
  * @author Jitendra Kotamraju
- * @since JAX-WS 2.2
+ * @since 1.7, JAX-WS 2.2
  */
 
 public abstract class Invoker {
--- a/src/share/jaxws_classes/javax/xml/ws/spi/Provider.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/spi/Provider.java	Mon Aug 04 15:33:54 2014 -0700
@@ -41,7 +41,7 @@
  * <code>Endpoint</code> objects.
  * <p>
  *
- * @since JAX-WS 2.0
+ * @since 1.6, JAX-WS 2.0
  */
 public abstract class Provider {
 
@@ -161,7 +161,7 @@
      *        it must throw a WebServiceException.
      * @return The newly created service delegate.
      *
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public ServiceDelegate createServiceDelegate(
             java.net.URL wsdlDocumentLocation,
@@ -218,7 +218,7 @@
      * @throws NullPointerException If the <code>null</code>
      * <code>eprInfoset</code> value is given.
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public abstract EndpointReference readEndpointReference(javax.xml.transform.Source eprInfoset);
 
@@ -271,7 +271,7 @@
      *
      * @see WebServiceFeature
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public abstract <T> T getPort(EndpointReference endpointReference,
             Class<T> serviceEndpointInterface,
@@ -333,7 +333,7 @@
      * @throws WebServiceException If an error occurs while creating the
      *                             <code>W3CEndpointReference</code>.
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      */
     public abstract W3CEndpointReference createW3CEndpointReference(String address, QName serviceName, QName portName,
             List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters);
@@ -407,7 +407,7 @@
      *     </ul>
      * @throws WebServiceException If an error occurs while creating the
      *                             <code>W3CEndpointReference</code>.
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public W3CEndpointReference createW3CEndpointReference(String address,
             QName interfaceName, QName serviceName, QName portName,
@@ -434,7 +434,7 @@
      *        endpoint.  Supported features not in the <code>features
      *        </code> parameter will have their default values.
      * @return The newly created endpoint.
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public Endpoint createAndPublishEndpoint(String address,
             Object implementor, WebServiceFeature ... features) {
@@ -455,7 +455,7 @@
      *        endpoint.  Supported features not in the <code>features
      *        </code> parameter will have their default values.
      * @return The newly created endpoint.
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public Endpoint createEndpoint(String bindingId, Object implementor,
             WebServiceFeature ... features) {
@@ -478,7 +478,7 @@
      *        endpoint.  Supported features not in the <code>features
      *        </code> parameter will have their default values.
      * @return The newly created endpoint.
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public Endpoint createEndpoint(String bindingId, Class<?> implementorClass,
             Invoker invoker, WebServiceFeature ... features) {
--- a/src/share/jaxws_classes/javax/xml/ws/spi/ServiceDelegate.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/spi/ServiceDelegate.java	Mon Aug 04 15:33:54 2014 -0700
@@ -47,7 +47,7 @@
  * @see javax.xml.ws.Service
  * @see javax.xml.ws.spi.Provider
  *
- * @since JAX-WS 2.0
+ * @since 1.6, JAX-WS 2.0
  */
 public abstract class ServiceDelegate {
 
@@ -119,7 +119,7 @@
      * @see java.lang.reflect.InvocationHandler
      * @see WebServiceFeature
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public abstract <T> T getPort(QName portName,
             Class<T> serviceEndpointInterface, WebServiceFeature... features);
@@ -194,7 +194,7 @@
      *                      with this port or is unsupported.
      *                  </UL>
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public abstract <T> T getPort(EndpointReference endpointReference,
            Class<T> serviceEndpointInterface, WebServiceFeature... features);
@@ -256,7 +256,7 @@
      *
      * @see WebServiceFeature
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public abstract <T> T getPort(Class<T> serviceEndpointInterface,
             WebServiceFeature... features);
@@ -334,7 +334,7 @@
      * @see javax.xml.soap.SOAPMessage
      * @see WebServiceFeature
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public abstract <T> Dispatch<T> createDispatch(QName portName, Class<T> type,
             Service.Mode mode, WebServiceFeature... features);
@@ -406,7 +406,7 @@
      * @see javax.xml.soap.SOAPMessage
      * @see WebServiceFeature
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public abstract <T> Dispatch<T> createDispatch(EndpointReference endpointReference,
             Class<T> type, Service.Mode mode,
@@ -462,7 +462,7 @@
      * @see javax.xml.bind.JAXBContext
      * @see WebServiceFeature
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
      **/
     public abstract Dispatch<Object> createDispatch(QName portName,
             JAXBContext context, Service.Mode mode, WebServiceFeature... features);
@@ -532,7 +532,7 @@
      * @see javax.xml.bind.JAXBContext
      * @see WebServiceFeature
      *
-     * @since JAX-WS 2.1
+     * @since 1.6, JAX-WS 2.1
     **/
     public abstract Dispatch<Object> createDispatch(EndpointReference endpointReference,
             JAXBContext context, Service.Mode mode,
--- a/src/share/jaxws_classes/javax/xml/ws/spi/WebServiceFeatureAnnotation.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/spi/WebServiceFeatureAnnotation.java	Mon Aug 04 15:33:54 2014 -0700
@@ -65,7 +65,7 @@
  * @see MTOM
  * @see RespectBinding
  *
- * @since JAX-WS 2.1
+ * @since 1.6, JAX-WS 2.1
  */
 @Target(ElementType.ANNOTATION_TYPE)
 @Retention(RetentionPolicy.RUNTIME)
--- a/src/share/jaxws_classes/javax/xml/ws/spi/http/HttpContext.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/spi/http/HttpContext.java	Mon Aug 04 15:33:54 2014 -0700
@@ -37,7 +37,7 @@
  * web service requests to corresponding HttpContext objects.
  *
  * @author Jitendra Kotamraju
- * @since JAX-WS 2.2
+ * @since 1.7, JAX-WS 2.2
  */
 public abstract class HttpContext {
 
--- a/src/share/jaxws_classes/javax/xml/ws/spi/http/HttpExchange.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/spi/http/HttpExchange.java	Mon Aug 04 15:33:54 2014 -0700
@@ -46,7 +46,7 @@
  * is undefined.
  *
  * @author Jitendra Kotamraju
- * @since JAX-WS 2.2
+ * @since 1.7, JAX-WS 2.2
  */
 public abstract class HttpExchange {
 
--- a/src/share/jaxws_classes/javax/xml/ws/spi/http/HttpHandler.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/spi/http/HttpHandler.java	Mon Aug 04 15:33:54 2014 -0700
@@ -36,7 +36,7 @@
  * {@link Endpoint#publish(HttpContext) }
  *
  * @author Jitendra Kotamraju
- * @since JAX-WS 2.2
+ * @since 1.7, JAX-WS 2.2
  */
 public abstract class HttpHandler {
     /**
--- a/src/share/jaxws_classes/javax/xml/ws/spi/http/package-info.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/spi/http/package-info.java	Mon Aug 04 15:33:54 2014 -0700
@@ -90,6 +90,6 @@
   </pre>
 
   @author Jitendra Kotamraju
-  @since JAX-WS 2.2
+  @since 1.7, JAX-WS 2.2
  */
 package javax.xml.ws.spi.http;
--- a/src/share/jaxws_classes/javax/xml/ws/wsaddressing/W3CEndpointReference.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/wsaddressing/W3CEndpointReference.java	Mon Aug 04 15:33:54 2014 -0700
@@ -61,7 +61,7 @@
  * WS-Addressing</a>
  * for more information on WS-Addressing EndpointReferences.
  *
- * @since JAX-WS 2.1
+ * @since 1.6, JAX-WS 2.1
  */
 
 // XmlRootElement allows this class to be marshalled on its own
--- a/src/share/jaxws_classes/javax/xml/ws/wsaddressing/W3CEndpointReferenceBuilder.java	Fri Aug 01 14:09:18 2014 -0700
+++ b/src/share/jaxws_classes/javax/xml/ws/wsaddressing/W3CEndpointReferenceBuilder.java	Mon Aug 04 15:33:54 2014 -0700
@@ -62,7 +62,7 @@
  * <code>endpointName</code> (if specified) MUST match a service and port
  * in the WSDL document.
  *
- * @since JAX-WS 2.1
+ * @since 1.6, JAX-WS 2.1
  */
 public final class W3CEndpointReferenceBuilder {
     /**
@@ -110,6 +110,7 @@
      * @return A <code>W3CEndpointReferenceBuilder</code> instance with
      *   the <code>interfaceName</code> as <code>wsam:InterfaceName</code>
      *   element added to the <code>wsa:Metadata</code> element
+     * @since 1.7
      */
     public W3CEndpointReferenceBuilder interfaceName(QName interfaceName) {
         this.interfaceName = interfaceName;
@@ -253,7 +254,7 @@
      * @throws java.lang.IllegalArgumentException if <code>element</code>
      * is <code>null</code>.
      *
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public W3CEndpointReferenceBuilder element(Element element) {
         if (element == null) {
@@ -277,7 +278,7 @@
      * @throws java.lang.IllegalArgumentException if <code>name</code>
      *   or <code>value</code> is <code>null</code>.
      *
-     * @since JAX-WS 2.2
+     * @since 1.7, JAX-WS 2.2
      */
     public W3CEndpointReferenceBuilder attribute(QName name, String value) {
         if (name == null || value == null) {