Community
Participate
Working Groups
The RCAP processes all annotations within a ridget container and within its super classes. In this hierarchy it can be that a event method (annotated with the same annotation) may be overridden. Currently this results in multiple generated listeners for the same event. Which results in calling multiple times the same overridden event handling method. But this method should only be called once.
The solution (introducing a guard) required to break the existing API of: - IRidgetContainerAnnotationHandler - RidgetContainerAnnotationProcessor However, it is very unlikely that those changes affect client code.