Mutexed m = obj.getClass().getAnnotation(Mutexed.class); lock = new ReentrantLock(m.isFair());
return lock;