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

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

*** 49,59 **** * nor * {@link AttachmentMarshaller#addMtomAttachment(byte[], int, int, String, String, String)} is * ever called for the property. The binary data will always be inlined. * * @author Joseph Fialli ! * @since JAXB2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD,TYPE}) public @interface XmlInlineBinaryData { } --- 49,59 ---- * nor * {@link AttachmentMarshaller#addMtomAttachment(byte[], int, int, String, String, String)} is * ever called for the property. The binary data will always be inlined. * * @author Joseph Fialli ! * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD,TYPE}) public @interface XmlInlineBinaryData { }