@AppliesTo(value=ReadLock.class) public class ReadLockConcern extends ConcernOf<InvocationHandler> implements InvocationHandler
public Object invoke(Object o, Method method, Object[] objects) throws Throwable
invoke in interface InvocationHandlerThrowableprotected void lock(Lock lock)
lock - the lock to be acquired.