@Retention(value=RUNTIME) @Inherited @Repeatable(value=ExpressionParameterSettingsVariables.class) public @interface ExpressionParameterSettingsVariable
ExpressionParameterVariableSource
class and attaching it to ExpressionParameterSettings
.
If an ExpressionParameterVariableSource
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 ExpressionParameterVariableSource> |
fromClass |
String |
key |
String |
name |
public abstract String name
public abstract String description
public abstract String key
public abstract Class<? extends ExpressionParameterVariableSource> fromClass
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.