Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-5346

Start annotation not propagated to sub classes

    XMLWordPrintableJSON

Details

    Description

      Following case in pseudocode:

      Class A {
        @Start
        public void start() {
          System.out.println("start");
        }
      }
      
      @Component
      Class B extends A {
      }

      When you run this nothing is printed but the start method in A should be called as B extends A.

      Attachments

        Activity

          People

            pderop Pierre De Rop
            Japio007 Jago de Vreede
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: