I have this code:
public static void main(String[] args) { testAnnotation(); } @RetryOnFailure(attempts = 2) public static void testAnnotation() { Sy