-
Sub-task
-
Resolution: Unresolved
-
Major
-
2.16.0.Final
-
None
In FORGE-2085 the cdi-new-bean command added a qualifier attribute. It would be better to be able to add several qualifiers :
cdi-new-bean --named MyBean --qualifier Production MyQualifier
This would generate :
@MyQualif @Production public class MyBean { }
- relates to
-
FORGE-2085 Improving the cdi-new-bean command
- Closed