@Retryable
 public void doIt() {
   Test test = new Test();
   test.call();
 }