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

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

*** 38,48 **** * <code>targetNamespace</code> is the target namespace of the SEI. * <p> When starting from Java this annotation is used resolve * overloading conflicts in document literal mode. Only the <code>className</code> * is required in this case. * ! * @since JAX-WS 2.0 **/ @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented --- 38,48 ---- * <code>targetNamespace</code> is the target namespace of the SEI. * <p> When starting from Java this annotation is used resolve * overloading conflicts in document literal mode. Only the <code>className</code> * is required in this case. * ! * @since 1.6, JAX-WS 2.0 **/ @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented
*** 63,72 **** public String className() default ""; /** * wsdl:part name for the wrapper part * ! * @since JAX-WS 2.2 */ public String partName() default ""; } --- 63,72 ---- public String className() default ""; /** * wsdl:part name for the wrapper part * ! * @since 1.7, JAX-WS 2.2 */ public String partName() default ""; }