Discovering annotations on classpath
800455Feb 25 2010 — edited Feb 26 2010Hi All,
How do I discover all classes in my application that have a particular annotation on any of their members at runtime.
Eg. How do I find all classes that have @ManagedBean annotation.
I know there are loads of frameworks that allow you put annotations on any classes and they auto discover them at runtime.
How is this discovery done.
Kind regards