Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1538

Provide the ability for Inspection methods to have multiple qualifiers

    XMLWordPrintable

Details

    Description

      Have the ability to support multiple qualifiers on an inspection method, such as:

      new Inspection() {
         
         @AfterPhase(RENDER_RESPONSE)
         public void test1() {}
       
         @AfterPhase(RENDER_RESPONSE) @PorletSpecificStuff
         public void test2() {}
      }
      

      Attachments

        Activity

          People

            kfinniga@redhat.com Ken Finnigan (Inactive)
            kfinniga@redhat.com Ken Finnigan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: