/* 139 */ checkValueMetaData(vmd);
/* 140 */ vmd = InjectAnnotationPlugin.INSTANCE.createValueMetaData(inject);
/* */ }
/* */
/* 143 */ ThisValue thisValue = parameter.thisValue();
/* 144 */ if (thisValue.valid())
/* */ {
/* 146 */ checkValueMetaData(vmd);
/* 147 */ vmd = ThisValueAnnotationPlugin.INSTANCE.createValueMetaData(thisValue);
/* */ }
/* */