this.getGeneratorContext().debug("Created field.");
// add a field to hold the new imageFactory type.
final NewType beanFactory = this.getBeanFactory();
final NewField field = beanFactory.newField();
field.setFinal(false);
field.setName(Constants.IMAGE_FACTORY_FIELDNAME);
field.setStatic(false);
field.setTransient(false);
field.setType(imageFactory);