Package com.calitha.concurrent

Class Summary
LockInvocationHandler A LockInvocationHandler is used in a proxy to create and use mutually exclusive locks.
LockProxyFactory Factory for creating object with automatic locking.
RWLockInvocationHandler A RWLockInvocationHandler is used in a proxy to create and use read and write locks by looking at the RWLock annotations.
 

Enum Summary
RWLock.Type Type of the Lock.
 

Annotation Types Summary
RWLock This annotation can be used to declare that a method needs a read or write lock.