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

Compilation error when @Deprecated annotation is present and @deprecated javadoc tag

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 9
    • tools
    • None

      javac reports a compilation error when @Deprecated annotation is present and @deprecated javadoc tag. There seems to be some confusion between the annotation and the javadoc tag.

      package-info.java:5: error: modifier deprecated not allowed here
      package xx;
      ^
      1 error


      /**
       * @deprecated removed
       */
      @Deprecated()
      package xx;

            sadayapalam Srikanth Adayapalam (Inactive)
            rriggs Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: