@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface KettleLifecyclePlugin
Modifier and Type | Required Element and Description |
---|---|
String |
id |
Modifier and Type | Optional Element and Description |
---|---|
String |
classLoaderGroup |
boolean |
isSeparateClassLoaderNeeded |
String |
name |
public abstract String id
public abstract String name
public abstract boolean isSeparateClassLoaderNeeded
true
if a separate class loader is needed every time this class is instantiatedpublic abstract String classLoaderGroup
Copyright © 2018 Hitachi Vantara. All rights reserved.