"strings can be converted to enums");
return null;
}
// Check the enum has a GdbMiEnum annotation
GdbMiEnum enumAnnotation = type.getAnnotation(GdbMiEnum.class);
if (enumAnnotation == null) {
m_log.warn(type + " is an enum, but the does not have a GdbMiEnum annotation");
return null;
}