@Retention(value=RUNTIME) @Target(value=METHOD) @API(status=STABLE) public @interface DataTableType
The signature of the method is used to determine which data table type is registered:
String -> Author will register a TableCellTransformerMap<String, String> -> Author will register a TableEntryTransformerList<String> -> Author will register a TableRowTransformerDataTable -> Author will register a TableTransformerAuthor is an example of the class you want to convert the table to.DataTableTypeCopyright © 2019. All rights reserved.