RFR: 8308753: Class-File API transition to Preview [v3]
Adam Sotona
asotona at openjdk.org
Tue Oct 3 13:43:47 UTC 2023
On Mon, 2 Oct 2023 13:54:22 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fixed javadoc typo
>
> src/java.base/share/classes/java/lang/classfile/package-info.java line 259:
>
>> 257: * the classfile building process.
>> 258: * <p>
>> 259: * Basic syntax control can be achieved using symbolic descriptors. For example
>
> What does "syntax control" mean? The concept is used, but not defined, in the javadoc. (I presume we mean eg.g. turning String into `Ljava/lang/String;`)
I've reformulated and extended the paragraph a bit and added another snippet.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15706#discussion_r1344126800
More information about the javadoc-dev
mailing list