On Thu, 16 Oct 2025 19:20:21 GMT, Phil Race <[email protected]> wrote:
>That would not help. In fact it makes it harder. I tried building this method without any additional Javadoc, using only @Override to highlight that it overrides the parent method. The generated Javadoc for ComponentSampleModel does not include a separate description of getPixel, but instead provides a link to the inherited method in the parent class, which contains all the relevant information. Isn’t this exactly the behavior we want to achieve? ------------- PR Comment: https://git.openjdk.org/jdk/pull/27754#issuecomment-3434584012
