src/share/jaxws_classes/javax/xml/ws/EndpointReference.java

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

@@ -79,11 +79,11 @@
  * is desired, web services developers should use a concrete
  * subclass such as {@link W3CEndpointReference}.
  *
  * @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 {
     //
     //Default constructor to be only called by derived types.