@Retention(value=RUNTIME) @Inherited @Repeatable(value=JIPipeExpressionParameterVariables.class) public @interface AddJIPipeExpressionParameterVariable
JIPipeExpressionVariablesInfo
class and attaching it to JIPipeExpressionParameterSettings
.
If an JIPipeExpressionVariablesInfo
is provided, this variable is merged into the list of variables.
You can leave name(), description() and key() empty if you provide fromClass()Modifier and Type | Optional Element and Description |
---|---|
String |
description |
Class<? extends JIPipeExpressionVariablesInfo> |
fromClass |
String |
key |
String |
name |
public abstract String name
public abstract String description
public abstract String key
public abstract Class<? extends JIPipeExpressionVariablesInfo> fromClass
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.