Withdrawn: 8335870: Doclet should default @since of classes with no @since information to that of the enclosing package

Nizar Benalla nbenalla at openjdk.org
Wed Oct 23 10:45:10 UTC 2024


On Mon, 9 Sep 2024 16:14:47 GMT, Nizar Benalla <nbenalla at openjdk.org> wrote:

> Please review this change to default the value of `@since` to that of the immediately enclosing package if a class doesn't have the `@since` tag.
> 
> For nested classes, you still need to recursively look for the package so I had to add an extra check.

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk/pull/20918


More information about the javadoc-dev mailing list