Is there any Spring Retry documentation?

spring, spring-batch

Solution

Spring reference docs for Spring Retry are here: http://docs.spring.io/spring-retry/docs/api/current/

Problem

I'm interested in finding out more about Spring Retry. Is there any documentation anywhere? All I can find is the source code in the GitHub project.

Original source