<div dir="ltr"><div>JDK19 recently started throwing warnings for {@inheritDoc} usage on covarient methods (potentially related commit [1]). IIUC the previous behavior was the docs weren't actually inherited but in a silent fashion. Is the preferred approach to duplicate javadocs in this case (as done in [2]) and is this a suitable enhancement request to avoid duplication?</div><div><br></div><div>[1] <a href="https://github.com/openjdk/jdk19u/commit/59e9700c4e0ae892f15607bcaa267e5868eb0512">https://github.com/openjdk/jdk19u/commit/59e9700c4e0ae892f15607bcaa267e5868eb0512</a></div>[2] <a href="https://github.com/apple/servicetalk/pull/2433/commits/f97175625840228f351e8938a8f4d2f96f3f5ab0">https://github.com/apple/servicetalk/pull/2433/commits/f97175625840228f351e8938a8f4d2f96f3f5ab0</a><br></div>