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


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

This annotation when applied to a PluginTypeInterface instance describes an ordered list of categories. The categories are internationalized when applied using the Messages located in the package where i18nPackageClass is located.

Author:
nbaker

Required Element Summary
 Class<?> i18nPackageClass
           
 
Optional Element Summary
 String[] getNaturalCategoriesOrder
           
 

Element Detail

i18nPackageClass

public abstract Class<?> i18nPackageClass

getNaturalCategoriesOrder

public abstract String[] getNaturalCategoriesOrder
Default:
""