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

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

@@ -31,11 +31,11 @@
  *  for the dynamic invocation of a service endpoint operations. The
  *  <code>javax.xml.ws.Service</code>
  *  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 {
 
     /** Invoke a service operation synchronously.
      *