Annotation Type LockOwner


@Target(TYPE)
@Retention(RUNTIME)
public @interface LockOwner
Annotation to specify the owner of a lock that should be used for locking.
Since:
1.2.0
Author:
Christian Beikov
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    String value
    The attribute path to the actual lock owner, relative to the annotated entity view type's entity.
  • Element Details

    • value

      String value
      The attribute path to the actual lock owner, relative to the annotated entity view type's entity.
      Returns:
      The attribute path to the lock owner