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

javadoc does not receive all type annotations information from javac

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8
    • tools

      The javadoc does not receive most but not all type annotations information from javadoc.

      e.g. On the class signature

      abstract class MyClass extends @ClassExtA ParameterizedClass<@ClassExtB String>
       implements @ClassExtB CharSequence, @ClassExtA ParameterizedInterface<@ClassExtB String> { }

      the @ClassExtA annotation on ParameterizedClass is not propagated from javac to javadoc.

            Unassigned Unassigned
            bpatel Bhavesh Patel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: