In order to facilitate the creation of a TableView with columns in a JavaFX application, I thought of creating an annotation to indicate the field in a model class that I would like to create a TableColumn with cell value type associated with it. Here is the annotation I wrote:In order to facilitate the creation of a TableV