TaskActionParam

public @interface TaskActionParam

Marks method parameter to be treated as action parameter.

Each parameter in the given method has to have this annotation otherwise it will be a problem with the proper execution of the channel action.

See also: TaskAction, TaskChannel, TaskAnnotationBeanPostProcessor