Annotation Type IsLocked


@Retention(CLASS) @Target(METHOD) @Documented public @interface IsLocked
For methods to be overridden, it indicates, that the method is locked. When using read-write locks (class ReadWriteLock), please selected the matching lock type. When using exclusive locks (class Lock) use the lock type WRITE.
Author:
Philip Helger
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description