禁止对绑定到 XML 中 base64-encoded 二进制数据的数据类型进行 XOP 编码。
当启用 XOP 编码时(如 AttachmentMarshaller.isXOPPackage()
中所述),此注释禁用绑定到 base64-encoded 二进制数据的数据类型(如 Image
、Source
或 byte[]),从而防止对它们进行 XOP 编码。如果 JAXB 属性使用此注释进行注释,或者 JAXB 属性的基本类型使用此注释进行注释,那么永远不会对该属性调用 AttachmentMarshaller.addMtomAttachment(DataHandler, String, String)
和 AttachmentMarshaller.addMtomAttachment(byte[], int, int, String, String, String)
。二进制数据将总是被内联。