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 8c174538de1..91eb8cdd232 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 #maxAttempts()} attribute. + *

A non-empty value specified here overrides the {@link #maxRetries()} attribute. *

This supports Spring-style "${...}" placeholders as well as SpEL expressions. * @see #maxAttempts() */ @@ -133,7 +133,7 @@ public @interface Retryable { /** * The base delay after the initial invocation, as a duration String. - * A non-empty value specified here overrides the {@link #delay()} attribute. + *

A non-empty value specified here overrides the {@link #delay()} attribute. *

The duration String can be in several formats: *