}
if (annVisible != null) {
classAnnotations.addAll(annVisible.getAnnotations());
}
for (Annotation annotation : classAnnotations) {
ClassAnnotationDefRow adr = new ClassAnnotationDefRow(annotation);
this.rows.add(adr);
}
// Class
this.classDef = new ClassDefRow(cf, true);