XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Major
    • 2.12.2.Final
    • 2.12.1.Final
    • Java EE
    • None

    Description

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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: