[jdk17] RFR: JDK-8259499: Handling type arguments from outer classes for inner class in javadoc

Hannes Wallnöfer hannesw at openjdk.java.net
Fri Jul 9 15:19:54 UTC 2021


On Thu, 8 Jul 2021 20:45:22 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> What is the type arguments are themselves type variables: e.g. `@see Map<P,Q>`

We then render them as links to the defining type (in this case `Map`). This is older behavior that has been there before, and it only works for included types.

-------------

PR: https://git.openjdk.java.net/jdk17/pull/195


More information about the javadoc-dev mailing list