RFR: 8331947: Preview creates checkbox for JEP-less preview feature [v4]

Hannes Wallnöfer hannesw at openjdk.org
Fri May 31 10:01:17 UTC 2024


> 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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/19344/files
  - new: https://git.openjdk.org/jdk/pull/19344/files/89a201db..134f274c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=19344&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=19344&range=02-03

  Stats: 9 lines in 2 files changed: 5 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/19344.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19344/head:pull/19344

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


More information about the javadoc-dev mailing list