{@code:
+ * that is actually performed by:
+ *
+ *
* RetryTemplate.newBuilder()
* .maxAttempts(3)
* .retryOn(Exception.class)
* .build();
- * }
or by {@link org.springframework.retry.support.RetryTemplate#defaultInstance()}
+ *
+ *
+ * or by {@link org.springframework.retry.support.RetryTemplate#defaultInstance()}
*
* @author Dave Syer
* @author Rob Harrop