Annotation Interface StepMetadata


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface StepMetadata
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of the step as used in xml 'xl-rules.xml'.
  • Element Details

    • name

      String name
      Name of the step as used in xml 'xl-rules.xml'. In Python scripts, use underscores '_' instead of dashes '-'.
      Returns:
      name of the step.