I'm currently working on a custom Annotation for controller actions, and I'm struggling with one problem: I currently can catch an event if the currently executed action uses this annotation, but what I really need is to find out which controllers use my annotation and use this data in a custom controller.
I couldn't find anything about this topic, has anybody some tipps for me?