-
Bug
-
Resolution: Done
-
Major
-
2.3.2.Final
-
None
On line 40 of DecoratorMatcher, it doesn't check whether
targetClass.isAssignableFrom(annotation.annotationType().getAnnotation(Decorator.class).target())
.
This could result (and does) in a ClassCastException in the DecoratorProcessor which is called.