Latched l = obj.getClass().getAnnotation(Latched.class); latch = new CountDownLatch(l.countdown());
return latch;
latch = new CountDownLatch(count);