XMLWordPrintable

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

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

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

              Created:
              Updated:
              Resolved: