Annotation Interface Input


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface Input
Mark a Action constructor parameter as retrieved from Step inputs
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of the input parameter.
  • Element Details

    • value

      String value
      Name of the input parameter.

      Mandatory to retrieve constructor parameter name since it's lost at compilation