/* 339 */ ref.setMappedName(annotation.mappedName());
/* 340 */ if (annotation.type() != Object.class)
/* 341 */ ref.setType(annotation.type().getName());
/* */ else
/* 343 */ ref.setType(getType(element));
/* 344 */ Descriptions descriptions = ProcessorUtils.getDescription(annotation.description());
/* 345 */ if (descriptions != null)
/* 346 */ ref.setDescriptions(descriptions);
/* 347 */ String injectionName = getInjectionName(element);
/* 348 */ Set injectionTargets = ProcessorUtils.getInjectionTargets(injectionName, element);
/* 349 */ if (injectionTargets != null) {