Package com.helger.commons.annotation
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 typeWRITE.- Author:
- Philip Helger