@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface ExpressionParameterSettings
AbstractExpressionParameter
.
Attach it to the getter or setter within a JIPipeParameterCollection
Modifier and Type | Optional Element and Description |
---|---|
String |
hint
Hint displayed in the UI.
|
Class<? extends ExpressionParameterVariableSource> |
variableSource
Deprecated.
|
@Deprecated 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.
public abstract String hint
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.