File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-context/src/main/java/org/springframework/resilience/retry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323/**
2424 * A specification for retry attempts on a given method, combining common
2525 * retry characteristics. This roughly matches the annotation attributes
26- * on {@link org.springframework.aop.retry .annotation.Retryable}.
26+ * on {@link org.springframework.resilience .annotation.Retryable}.
2727 *
2828 * @author Juergen Hoeller
2929 * @since 7.0
3737 * @param maxDelay the maximum delay for any retry attempt
3838 * @see AbstractRetryInterceptor#getRetrySpec
3939 * @see SimpleRetryInterceptor#SimpleRetryInterceptor(MethodRetrySpec)
40- * @see org.springframework.aop.retry .annotation.Retryable
40+ * @see org.springframework.resilience .annotation.Retryable
4141 */
4242public record MethodRetrySpec (
4343 Collection <Class <? extends Throwable >> includes ,
You can’t perform that action at this time.
0 commit comments