org.pentaho.di.core.plugins
Annotation Type DatabaseMetaPlugin


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface DatabaseMetaPlugin

This annotation signals to the plugin system that the class is a database metadata plugin.

Author:
matt

Required Element Summary
 String type
           
 String typeDescription
           
 

Element Detail

type

public abstract String type

typeDescription

public abstract String typeDescription