boolean first = true;
writer.write(exportFeature.getTitle());
writer.addSeparator();
PsAnnotationFeature annotationFeature = (PsAnnotationFeature) exportFeature;
switch (annotationFeature) {
case automatic_annotation:
if (annotationPreferences.useAutomaticAnnotation()) {
writer.write("Yes");
} else {