XMLWordPrintable

Details

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

    Description

      It would be good to have a command to create a CDI interceptor binding. A command like this :

      cdi-new-interceptor-binding --named Loggable ;
      

      Would generate :

      @InterceptorBinding
      @Target({METHOD, TYPE})
      @Retention(RUNTIME)
      public @interface Loggable {
      }
      

      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: