File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
spring-aop/src/main/java/org/springframework/aop/retry/annotation
spring-core/src/main/java/org/springframework/core/retry Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 35
35
* as well as Reactor's retry support, either re-invoking an imperative
36
36
* target method or decorating a reactive result accordingly.
37
37
*
38
+ * <p>Inspired by the <a href="https://github.com/spring-projects/spring-retry">Spring Retry</a>
39
+ * project but redesigned as a minimal core retry feature in the Spring Framework.
40
+ *
38
41
* @author Juergen Hoeller
39
42
* @since 7.0
40
43
* @see RetryAnnotationBeanPostProcessor
Original file line number Diff line number Diff line change 24
24
* <p>Implemented by {@link RetryTemplate}. Not often used directly, but a useful
25
25
* option to enhance testability, as it can easily be mocked or stubbed.
26
26
*
27
+ * <p>Inspired by the <a href="https://github.com/spring-projects/spring-retry">Spring Retry</a>
28
+ * project but redesigned as a minimal core retry feature in the Spring Framework.
29
+ *
27
30
* @author Mahmoud Ben Hassine
28
31
* @since 7.0
29
32
* @see RetryTemplate
You can’t perform that action at this time.
0 commit comments