You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Boot starters often use corresponding @Enable... annotations to enable the functionality provided by the starter. This would be great to be supported by our retrylib as well so that users can temporarily disable it. I propose the @EnableRetrylibannotation that has to be evaluated by Auto configuration.
The text was updated successfully, but these errors were encountered:
Spring Boot starters often use corresponding
@Enable...
annotations to enable the functionality provided by the starter. This would be great to be supported by our retrylib as well so that users can temporarily disable it. I propose the@EnableRetrylib
annotation that has to be evaluated by Auto configuration.The text was updated successfully, but these errors were encountered: