}
// --------------------- Interface Handler ---------------------
public void process(ClassDoc classDoc) throws ClassNotFoundException, InvocationTargetException, IllegalAccessException {
Type type = GeneratorUtils.getType(classDoc.qualifiedName(), getGenerator());
getGenerator().beginEnum(type);
processClassComment(classDoc);
processEnumConstants(type, classDoc);