XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 2.12.2.Final
    • 2.12.1.Final
    • Java EE
    • 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
      {
      }
      

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

              Created:
              Updated:
              Resolved: