Annotation Type TableModel


@Target(TYPE) @Retention(RUNTIME) public @interface TableModel
Indicates that a plugin can be used in table model environments.

When implementing a custom PipePlugin that needs to operate under table model settings, declare this annotation on the plugin class. Through the CREATE PIPEPLUGIN statement, a plugin annotated with TableModel is valid for both tree model connections and table model connections.

Since:
2.0.0