Skip to content

@Retryable at both class and method level #325

Answered by garyrussell
mittalarpan asked this question in Q&A
Discussion options

You must be logged in to vote

That is correct; logic is here:

Retryable retryable = AnnotatedElementUtils.findMergedAnnotation(method, Retryable.class);
if (retryable == null) {
retryable = classLevelAnnotation(method, Retryable.class);
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mittalarpan
Comment options

Answer selected by mittalarpan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants