logger.log(com.google.gwt.core.ext.TreeLogger.Type.DEBUG, "Generating IOC Bootstrapper "
+ packageName + "." + className);
final BuildMetaClass bootStrapClass = classStructureBuilder.getClassDefinition();
final Context buildContext = bootStrapClass.getContext();
final MetaClass Annotation_MC = MetaClassFactory.get(Annotation.class);
buildContext.addInterningCallback(new InterningCallback() {
private final Map<Set<Annotation>, String> cachedArrays = new HashMap<Set<Annotation>, String>();
@Override
public Statement intern(final LiteralValue<?> literalValue) {
if (literalValue.getValue() == null) {