Annotation Interface LockingJob


@Documented public @interface LockingJob
Annotation that must be used if a method is locking a job. This is added for documentation purposes and ArchUnit so we know that it locks a job and hopefully prevents a possible deadlock.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details