Package org.pentaho.di.core.annotations
Annotation Interface CarteServlet
This annotation signals to the Kettle plugin registry that it needs to consider the annotated class as a carte
servlet plugin. The class needs to implement the CartePluginInterface interface
- Author:
- Matt Casters
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
-
Element Details
-
-
description
String description- Default:
- ""
-
isSeparateClassLoaderNeeded
boolean isSeparateClassLoaderNeeded- Returns:
- True if a separate class loader is needed every time this class is instantiated
- Default:
- false
-
i18nPackageName
String i18nPackageName- Default:
- ""
-
classLoaderGroup
String classLoaderGroup- Default:
- ""
-