@Retention(value=RUNTIME)
public @interface MappedColumn
Annotation that defines a mapped column.
If a header is defined, the right value is found by using the header name in a data container row.
If an index is defined, the value is found by using the value at this index from each data container row.