RFR: 8320575: generic type information lost on mandated parameters [v7]
Joe Darcy
darcy at openjdk.org
Tue Dec 12 22:33:34 UTC 2023
On Tue, 12 Dec 2023 22:30:02 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> It may be helpful to link to javax.lang.model.util.Elements.Origin.MANDATED and javax.lang.model.util.Elements.Origin.SYNTHETIC to give the reader some more context here. If you do that, you may need to add some SuppressWarnings to make the compile-time doclint checking work due to the cross-module linkage.
PS Under a separate bug, we could add "compact constructor parameters" to the list of mandated constructs in Origin.MANDATED.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17070#discussion_r1424643922
More information about the core-libs-dev
mailing list