src/share/jaxws_classes/javax/xml/ws/soap/MTOM.java

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

@@ -52,11 +52,11 @@
  * <p>
  *
  * 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)
 @Documented
 @WebServiceFeatureAnnotation(id=MTOMFeature.ID,bean=MTOMFeature.class)