Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v8]

2024-06-04 Thread Nizar Benalla
On Mon, 27 May 2024 12:04:20 GMT, Nizar Benalla wrote: >> This checker checks the values of the `@since` tag found in the >> documentation comment for an element against the release in which the >> element first appeared. >> >> Real since value of an API element is computed as the oldest

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v8]

2024-05-27 Thread Nizar Benalla
> This checker checks the values of the `@since` tag found in the documentation > comment for an element against the release in which the element first > appeared. > > Real since value of an API element is computed as the oldest release in which > the given API element was introduced. That is: