Annotation Type TreeModel


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

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

Since:
2.0.0