Spring Retry for transparent retry support in Spring applications.
Covers @Retryable, @Recover, RetryTemplate, backoff policies, and circuit breakers.
USE WHEN: user mentions "spring retry", "@Retryable", "@Recover", "RetryTemplate",
"backoff policy", "retry transient failure", "automatic retry"
DO NOT USE FOR: circuit breaker patterns - use `spring-cloud-circuitbreaker` skill,
message retry - use `spring-kafka` or messaging skill retry topics