Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.3
-
None
-
None
Description
using a portable extension to add an annotation @Interceptors on some beans doesn't work because @Interceptors annotations are detected using old reflection (AnnotationUtil.hasClassAnnotation() for instance).
the annotatedType should be used too.
Note: today (on trunk) this annotatedType is not propagated through the whole chain (it is easily null).