Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1926 Adding more commands to Forge and improve existing ones
  3. FORGE-2334

Being able to have several qualifiers in CDINewBeanCommand

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Unresolved
    • Major
    • 3.x Future
    • 2.16.0.Final
    • Java EE
    • None

    Description

      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
      {
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              agoncal Antonio Goncalves (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: