Annotation Interface Callout


Annotation for Column Callout.
This should only be used for class that implements the IColumnCallout interface. You can repeat the annotation multiple time for different table and column name combination.
Note that you can't use * for both tableName and columnName attribute.
Author:
hengsin
  • Element Details

    • tableName

      String[] tableName
      Returns:
      table names or * to match all tables
    • columnName

      String[] columnName
      Returns:
      column names or * to match all columns