XMLWordPrintable

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

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

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

              Created:
              Updated:
              Resolved: