XMLWordPrintable

Details

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

    Description

      It would be good to have a command to generate a CDI decorator. A simple command such as :

      cdi-new-decorator --named LargeTransactionDecorator --delegate Account
      

      Would generate :

      @Decorator
      public abstract class LargeTransactionDecorator implements Account {
      
          @Inject @Delegate Account delegate;
      
      }
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: