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
    • 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.
      • 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:
        ""