{
// String[] intfs = new String[interfaces.length + 1];
// System.arraycopy(interfaces, 0, intfs, 0, interfaces.length);
// intfs[interfaces.length] = RETRO_ANNOTATION;
// classFile.setInterfaces(interfaces);
classFile.addInterface(RETRO_ANNOTATION);
writeClassFile(classFile, file);
}
}
private static ClassFile getClassFile(File file)