Require Name Match
Annotation that can added to parameters of an @Action method to indicate that the parameter name must match the input binding. Otherwise, it can match the latest ("it") value. Must be combined with the outputBinding method on Action for the action producing the input
Parameters
value
The name of the input binding that this parameter should match; "" indicates using the parameter name.