diff --git a/README.md b/README.md index 4f8f9b0..542cb14 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,6 @@ The following example shows how to use Spring Retry in its declarative style: @EnableRetry public class Application { - @Bean - public Service service() { - return new Service(); - } - } @Service