Details

    • Sub-task
    • Status: Closed
    • Normal
    • Resolution: Won't Fix
    • None
    • 2.25.05
    • None
    • None

    Description

      Currently, the code below might have or have not the @Persistable correctly added to doAction, as it depends on which method name is added with which annotations when :

      @Persistable
      public void doAction(HstRequest request, HstResponse response) throws HstComponentException {

      @SomeOtherAnnotation
      publlc void doAction() { }

      Obviously, there are now two doAction methods having their own annotations

      Attachments

        Activity

          People

            aschrijvers Ard Schrijvers
            aschrijvers Ard Schrijvers
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: