Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-5066813

Allow annotations to appear more than once on the same element

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 8
    • 5.0
    • specification
    • x86
    • linux
    • Verified

      Name: jl125535 Date: 06/22/2004


      A DESCRIPTION OF THE REQUEST :
      Annotations should be allowed to appear more than once on the same element.


      JUSTIFICATION :
      @Todo("Refactor method in superclass")
      @Todo("Refactor return type to use Generics")
      is more convenient than
      @Todo("Refactor method in superclass", "Refactor return type to use Generics")
      especially in the context of versioning systems / configuration management, where you currently would write
      @Todo(
          "Refactor method in superclass"
          ,
          "Refactor return type to use Generics"
      )
      to assure that todo annotation entries are completely independent of each other.

      (Incident Review ID: 280953)
      ======================================================================

            abuckley Alex Buckley
            jleesunw Jon Lee (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: