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

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: Major Major
    • 3.x Future
    • 2.16.0.Final
    • Java EE
    • 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
      {
      }
      

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

              Created:
              Updated: