@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface KettleLifecyclePlugin
| 限定符和类型 | 可选元素和说明 |
|---|---|
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 © 2024 Hitachi Vantara. All rights reserved.