Annotation Type Input
-
@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface Input
Mark aTaskconstructor parameter as retrieved from Step inputs
-
-
Element Detail
-
value
String value
Name of the input parameter.Mandatory to retrieve constructor parameter name since it's lost at compilation
-
-