-
Sub-task
-
Resolution: Done
-
Major
-
2.12.1.Final
-
None
At the moment the cdi-new-bean command takes the following parameters :
cdi-new-bean --named --scoped --targetPackage
It would be good to have a few extra ones :
cdi-new-bean --named MyBean --scoped SESSION --qualifier Production --alternative=true --withNamed=true
This would generate :
@SessionScoped @Production @Alternative @Named public class MyBean { }
- is related to
-
FORGE-2334 Being able to have several qualifiers in CDINewBeanCommand
- Open