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
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
I created a pull request. It is a good starting point for enabling meta annotations. There are 2 tests (CovariantReturnTypeTest + MeteredInterfaceTest) that will break because annotations at interface level will now be taken into consideration. I think this should be the correct behaviour because the codahale annotations are marked with Inherited.
I added a test (MetaAnnotationTest). The Counted annotation has no support for element type ANNOTATION_TYPE. So there is no test for that case. I do not understand why the annotation from codahale is not used in the CountedMethodInterceptor. Why does your Counted annotation exist?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
i tried to create a meta annotation (http://docs.spring.io/spring/docs/current/spring-framework-reference/html/beans.html#beans-meta-annotations) that uses spring retry and metrics-spring:
so that i only have to define one simple annotation at service level:
This seems to work for spring retry but not for metrics-spring.
The text was updated successfully, but these errors were encountered: