File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/java/org/springframework/retry/annotation Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 54
54
String interceptor () default "" ;
55
55
56
56
/**
57
- * Exception types that are retryable. Defaults to empty (and if excludes is also
58
- * empty all exceptions are retried).
57
+ * Exception types that are retryable. Defaults to empty (and if exclude is also empty
58
+ * all exceptions are retried).
59
59
* @return exception types to retry
60
60
* @deprecated in favor of {@link #retryFor()}
61
61
*/
83
83
84
84
/**
85
85
* Exception types that are not retryable. Defaults to empty (and if include is also
86
- * empty all exceptions are retried). If includes is empty but excludes is not, all
87
- * not excluded exceptions are retried
86
+ * empty all exceptions are retried). If includes is empty but exclude is not, all not
87
+ * excluded exceptions are retried
88
88
* @return exception types not to retry
89
89
* @deprecated in favor of {@link #noRetryFor()}.
90
90
*/
94
94
95
95
/**
96
96
* Exception types that are not retryable. Defaults to empty (and, if retryFor is also
97
- * empty, all exceptions are retried). If retryFor is empty but excludes is not, all
97
+ * empty, all exceptions are retried). If retryFor is empty but noRetryFor is not, all
98
98
* other exceptions are retried
99
99
* @return exception types not to retry
100
100
* @since 2.0
You can’t perform that action at this time.
0 commit comments