/* 131 */ if (isAttributePresent(string.value()))
/* */ {
/* 133 */ vmd = StringValueAnnotationPlugin.INSTANCE.createValueMetaData(string);
/* */ }
/* */
/* 136 */ Inject inject = parameter.inject();
/* 137 */ if (inject.valid())
/* */ {
/* 139 */ checkValueMetaData(vmd);
/* 140 */ vmd = InjectAnnotationPlugin.INSTANCE.createValueMetaData(inject);
/* */ }
/* */