@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface ExpressionParameterSettings
ExpressionParameter
.
Attach it to the getter or setter within a JIPipeParameterCollection
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends ExpressionParameterVariableSource> |
variableSource
Allows to give hints to the editor UI which variables are available.
|
public abstract Class<? extends ExpressionParameterVariableSource> variableSource
JIPipeParameterAccess
.
New: You can use as alternative multiple ExpressionParameterSettingsVariable
annotations that also support inheritance from the field class and
merging of multiple ExpressionParameterVariableSource
instances.
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.