final AnnotationMetadataBuilder autowiredAnnotation = new AnnotationMetadataBuilder(
AUTOWIRED);
final String repositoryFieldName = StringUtils
.uncapitalize(repositoryType.getSimpleTypeName());
cidBuilder.addField(new FieldMetadataBuilder(callerMID, 0, Arrays
.asList(autowiredAnnotation), new JavaSymbolName(
repositoryFieldName), repositoryType));
// Create the additions to invoke the given method on this field
final String methodCall = repositoryFieldName + "."
+ method.getCall(parameters);