RFR: 8331947: Preview creates checkbox for JEP-less preview feature [v4]
Hannes Wallnöfer
hannesw at openjdk.org
Fri May 31 10:04:04 UTC 2024
On Fri, 31 May 2024 10:01:17 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:
>> Please review a simple patch to exclude preview visitor classes meant to support future preview features from the Preview API page.
>>
>> The test adds an sample element annotated with the new `PreviewFeature.Feature.LANGUAGE_MODEL` constant (which does not have a `@JEP` annotation) to make sure it is not listed in the Preview API page. The test itself does not have to be modified, as it would fail without the change in `PreviewAPIListBuilder.java`.
>
> Hannes Wallnöfer has updated the pull request incrementally with one additional commit since the last revision:
>
> Address review feedback
Thanks @liach, I updated the PR.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19344#issuecomment-2141680454
More information about the javadoc-dev
mailing list