Annotation Type WithRetry


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface WithRetry
    The WithRetry annotation - to be used on a method to apply retry mechanism based on the configured retry/backoff policy.
    Author:
    Loganathan Sekar