/* 786 */ processMetaExtensions(method, epMetaData, opMetaData);
/* */ }
/* */
/* */ private void processAttachmentAnnotationsWrapped(List<AttachmentScanResult> scanResult, int i, WrappedParameter wrappedParameter)
/* */ {
/* 797 */ AttachmentScanResult asr = ReflectiveAttachmentRefScanner.getResultByIndex(scanResult, i);
/* 798 */ if (asr != null)
/* */ {
/* 800 */ if (AttachmentScanResult.Type.SWA_REF == asr.getType())
/* 801 */ wrappedParameter.setSwaRef(true);
/* 802 */ else wrappedParameter.setXOP(true);
/* */ }
/* */ }