diff --git a/spring-context/src/main/java/org/springframework/resilience/annotation/Retryable.java b/spring-context/src/main/java/org/springframework/resilience/annotation/Retryable.java index 91eb8cdd232..10a42093040 100644 --- a/spring-context/src/main/java/org/springframework/resilience/annotation/Retryable.java +++ b/spring-context/src/main/java/org/springframework/resilience/annotation/Retryable.java @@ -113,7 +113,7 @@ public @interface Retryable { /** * The maximum number of retry attempts, as a configurable String. - *
A non-empty value specified here overrides the {@link #maxRetries()} attribute. + *
A non-empty value specified here overrides the {@link #maxAttempts()} attribute. *
This supports Spring-style "${...}" placeholders as well as SpEL expressions. * @see #maxAttempts() */