On Sat, 27 Mar 2021 01:40:17 GMT, Mandy Chung <mch...@openjdk.org> wrote:
>> Daniel Fuchs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fixed typo. Moved example with record after example with from method to >> respect the logical order of precedence. > > src/java.management/share/classes/javax/management/MXBean.java line 757: > >> 755: >> 756: <p>If the class is a {@link Record}, its getters are the >> 757: accessors for the record components. Otherwise, the > > It may be good to add a link like {@linkplain RecordComponent record > components} You add record in "Mappings for other types". I think it deserves a separate section "Mappings for record classes" (maybe after primitive types). It's useful to add a row for record in the summary table above "Mappings for primitive types" ------------- PR: https://git.openjdk.java.net/jdk/pull/3201