On Tue, 12 Jan 2021 12:09:48 GMT, Hannes Wallnöfer <hann...@openjdk.org> wrote:
>> liach has updated the pull request with a new target base due to a merge or >> a rebase. The pull request now contains one commit: >> >> 8259216: javadoc omits method receiver for any nested type annotation > > src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/Utils.java > line 340: > >> 338: @Override >> 339: public Boolean visitArray(ArrayType t, Void unused) { >> 340: // kind 0 > > Just wondering: what does "kind n" refer to? It is the "type path kind" as defined in https://docs.oracle.com/javase/specs/jvms/se15/html/jvms-4.html#jvms-4.7.20.2-210 ------------- PR: https://git.openjdk.java.net/jdk/pull/1997