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


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface PluginMainClassType

This annotation when applied to a PluginType expresses the main class to associate with that type.

Author:
nbaker

Required Element Summary
 Class<?> value
           
 

Element Detail

value

public abstract Class<?> value