javadoc does not receive all type annotations information from javac

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 8
    • Component/s: 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.

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

              Created:
              Updated: