Uploaded image for project: 'Weld'
  1. Weld
  2. WELD-1811

DefinitionException should be thrown when decorator constructor is missing inject annotation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 2.3.2.Final, 3.0.0.Alpha15
    • 3.0.0.Alpha2, 2.2.8.Final
    • None
    • None

    Description

      DefinitionException should be thrown during deployment when using e.g following decorator class:

      @Decorator
      @Priority(10)
      public abstract class TimestampLogger implements Logger {
      
          public TimestampLogger(@Delegate @Any Logger logger){
      
          }
      }
      

      Attachments

        Activity

          People

            tremes1@redhat.com Tomas Remes
            tremes1@redhat.com Tomas Remes
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: