src/share/jaxws_classes/javax/xml/bind/annotation/XmlMimeType.java

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

*** 45,55 **** * If a property that has this annotation has a sibling property bound to * the xmime:contentType attribute, and if in the instance the property has a value, * the value of the attribute takes precedence and that will control the marshalling. * * @author Kohsuke Kawaguchi ! * @since JAXB2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER}) public @interface XmlMimeType { /** --- 45,55 ---- * If a property that has this annotation has a sibling property bound to * the xmime:contentType attribute, and if in the instance the property has a value, * the value of the attribute takes precedence and that will control the marshalling. * * @author Kohsuke Kawaguchi ! * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER}) public @interface XmlMimeType { /**