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

Show type signature of parameterized types

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P3 P3
    • None
    • 19
    • tools
    • None

      javadoc allows

          @see List<String>

      and displays it as such, but

          @see List

      just displays as `List` but could more helpfully show `List<T>`

            hannesw Hannes Wallnoefer
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: