Package org.pentaho.di.core.annotations
Annotation Type CarteServlet
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @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
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
classLoaderGroup
String
description
String
i18nPackageName
boolean
isSeparateClassLoaderNeeded
-
-
-
Element Detail
-
id
String id
- Returns:
- The ID of the plugin. You can specify more than one ID in a comma separated format: id1,id2,id3 for deprecation purposes.
-
-
-
name
String name
-
-
-
description
String description
- Default:
- ""
-
-
-
i18nPackageName
String i18nPackageName
- Default:
- ""
-
-
-
classLoaderGroup
String classLoaderGroup
- Default:
- ""
-
-