On Tue, 3 May 2022 22:30:51 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
> Yes, but RECORD is handled in a different case, along with METHOD and > CONSTRUCTOR, because it can have "plain" `@param` as well as type-parameter > `@param`. In contrast, a class or interface can only have type-parameter > `@param` and never plain `@param`. You are correct; I missed that unconditionality in that second arm for`METHOD, CONSTRUCTOR, RECORD`. ------------- PR: https://git.openjdk.java.net/jdk/pull/8460