Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6469561 javadoc for annotation types should not display "public abstract" modifiers on methods
  3. JDK-8164413

Release Note: Omit public and abstract modifiers in javadoc for annotation type members

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Delivered
    • Icon: P4 P4
    • 9
    • 9
    • tools

      Previously javadoc would emit "public" and "abstract" modifiers for methods and fields in annotation types. These flags are not needed in source code and are elided for non-annotation interface types. With this change, those modifiers are also omitted for methods and fields defined in annotation types.

            darcy Joe Darcy
            rcalnan Roger Calnan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: