com.kuka.task.properties
Annotation Type TaskLockPriority


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface TaskLockPriority

Defines priority level at which the annotated task can lock resources.

Default is the lowest level = 100.


Optional Element Summary
 int value
          Priority of the task regarding the locking.
 

value

public abstract int value
Priority of the task regarding the locking.

Priority range 100(least)... 10(highest)

Default:
100


Copyright © 2019. All rights reserved.