-
Feature Request
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
-
None
There should be a way to listen to annotations when bootstraping an extension in CDI.
For example: I want to be notified whenever a @Entity is found on my deployment.
With the current spec, I need to listen to every class and test if class.isAnnotationPresent(...) returns true.
- duplicates
-
CDI-43 Allow Extensions to specify the annotations that they are interested in
- Closed