@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Transposable
This is an annotation for any metadata field that should be transposed. These include lazy datasets,
arrays and lists of lazy datasets, and maps where the values are lazy datasets.