@Retention(value=CLASS)
@Target(value=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