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 23
23
/**
24
24
* A specification for retry attempts on a given method, combining common
25
25
* 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}.
27
27
*
28
28
* @author Juergen Hoeller
29
29
* @since 7.0
37
37
* @param maxDelay the maximum delay for any retry attempt
38
38
* @see AbstractRetryInterceptor#getRetrySpec
39
39
* @see SimpleRetryInterceptor#SimpleRetryInterceptor(MethodRetrySpec)
40
- * @see org.springframework.aop.retry .annotation.Retryable
40
+ * @see org.springframework.resilience .annotation.Retryable
41
41
*/
42
42
public record MethodRetrySpec (
43
43
Collection <Class <? extends Throwable >> includes ,
You can’t perform that action at this time.
0 commit comments