RFR: 8280713: Related to comment inheritance jdk.javadoc cleanup and refactoring [v3]

Jonathan Gibbons jjg at openjdk.java.net
Sat Feb 26 01:15:53 UTC 2022


On Fri, 25 Feb 2022 21:58:54 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> ElementKind.isExecutable[Element]
> ElementKind.isVariable[Element]
> ElementKind.isDeclaredType() // isClass || isInterface currently

Yes, predicates for the "unions" would be useful, especially now that the language is adding more specialized variants of plain old class and plain old interface.

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

PR: https://git.openjdk.java.net/jdk/pull/7233


More information about the javadoc-dev mailing list