com.kuka.task.properties
Annotation Type ParameterSetter


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ParameterSetter

Declares the function to the function where to set the parameters. The annotation needs to be declared at the function taking the parameters.

This annotation must be applied to tasks that needs to be parameterized.

When this annotation is set, the task can“t be started without parameter.



Copyright © 2019. All rights reserved.