@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SplitLineAfter
If several records can be on one line, this annotation specifies the method to call on the
current record to identify the index in the line for the next record. The specified method must
return an int.