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 3535 * as well as Reactor's retry support, either re-invoking an imperative
3636 * target method or decorating a reactive result accordingly.
3737 *
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+ *
3841 * @author Juergen Hoeller
3942 * @since 7.0
4043 * @see RetryAnnotationBeanPostProcessor
Original file line number Diff line number Diff line change 2424 * <p>Implemented by {@link RetryTemplate}. Not often used directly, but a useful
2525 * option to enhance testability, as it can easily be mocked or stubbed.
2626 *
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+ *
2730 * @author Mahmoud Ben Hassine
2831 * @since 7.0
2932 * @see RetryTemplate
You can’t perform that action at this time.
0 commit comments