{
Inject injectAnnotation = transformation.getFieldAnnotation(fieldName, Inject.class);
if (injectAnnotation == null) continue;
Id annotation = transformation.getFieldAnnotation(fieldName, Id.class);
String blockId = getBlockId(fieldName, annotation);
builder.addln("%s = %s.getBlock(\"%s\");", fieldName, resourcesFieldName, blockId);