Details
-
Type:
Feature Request
-
Status: Reopened (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Future
-
Component/s: None
-
Labels:None
Gliffy Diagrams
Issue Links
- is blocked by
-
CDI-15
Relax @Target annotation for CDI Scopes and Qualifiers
-
- Resolved
-
Scopes and qualifiers cannot be applied to constructors, as they are not annotated @Target(CONSTRUCTOR).
A similar result can be achieved by using static producer methods instead.