RFR: 8308753: Class-File API transition to Preview [v3]
Adam Sotona
asotona at openjdk.org
Mon Oct 2 14:01:24 UTC 2023
On Mon, 2 Oct 2023 13:23:00 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> src/java.base/share/classes/java/lang/classfile/ClassTransform.java line 164:
>>
>>> 162:
>>> 163: /**
>>> 164: * @implSpec
>>
>> Should these overridden method have `@inheritDoc` ? If not, their javadoc won't show much, I believe. (same might be true for other methods)
>
> (To be precise - the javadoc says "Description copied from interface: ClassFileTransform") - just make sure that's what you want.
The javadoc shows what is expected, so I'm not sure `@inheritDoc` is still required.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15706#discussion_r1342720357
More information about the javadoc-dev
mailing list