Annotation Interface ConfigStepElement


@Retention(RUNTIME) public @interface ConfigStepElement
Annotation used on all available steps available in the custom publish.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The tag name used for the step when storing the configuration as XML.
  • Element Details

    • tagName

      String tagName
      The tag name used for the step when storing the configuration as XML.
      Returns:
      The tag name used for the step when storing the configuration as XML.