@Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER}) public static @interface Spockito.Ref
The following reference types are supported:
{row} - the current row index (zero based), assignable to an integer type
{*} - indicating that all rows are to be used, assignable to a collection type, a map or a Bean
{ColumnA} - the value in the "ColumnA" column
{ColumnB} - the value in the "ColumnB" column
public abstract String value