return null;
}
ColumnReader columnReader = new ColumnReader(column, messager);
Column read = columnReader.read();
if (read != null) {
table.addColumn(read);
}
}
VariableElement association = child.accept(new AssociationElementResolvingTypeVisitor(), null);
if (association != null) {