On Mon, 2 Oct 2023 13:23:00 GMT, Maurizio Cimadamore <mcimadam...@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