Details
-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate Issue
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
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.
Gliffy Diagrams
Issue Links
- duplicates
-
CDI-43
Allow Extensions to specify the annotations that they are interested in
-
- Resolved
-
Support for Field-level, Method-level and Constructor-level annotation scanning should be considered as well