@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface PluginVariant
Modifier and Type | Required Element and Description |
---|---|
int[] |
requiredParameterLabels
Each plugin variant specifies the required parameter labels in this
Array.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
help
Returns the help / description for this plugin variant.
|
java.lang.String |
variantLabel
This String represents the label of the plugin variant.
|
public abstract int[] requiredParameterLabels