Re: RFR: 6381729: Javadoc for generic constructor doesn't document type parameter

2024-07-23 Thread Hannes Wallnöfer
On Mon, 22 Jul 2024 15:08:02 GMT, Archie Cobbs wrote: >> This needs to be coordinated with @hns who is working on similar issues. He >> is currently OOTO, but will be back soon. > >> This needs to be coordinated with @hns who is working on similar issues. He >> is currently OOTO, but will be ba

Re: RFR: 8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation [v3]

2024-07-23 Thread Chen Liang
> `TypeAnnotation` is not an annotation, as it should not be used in places > like `AnnotationValue.ofAnnotation`. Thus it's remodeled to contain an > annotation at a given location instead of to be an annotation. > > Depends on #20205. Chen Liang has updated the pull request with a new target

Re: RFR: 8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation [v2]

2024-07-23 Thread Chen Liang
On Mon, 22 Jul 2024 16:42:06 GMT, Chen Liang wrote: >> `TypeAnnotation` is not an annotation, as it should not be used in places >> like `AnnotationValue.ofAnnotation`. Thus it's remodeled to contain an >> annotation at a given location instead of to be an annotation. >> >> Depends on #20205.

Re: RFR: 8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation [v4]

2024-07-23 Thread Chen Liang
> `TypeAnnotation` is not an annotation, as it should not be used in places > like `AnnotationValue.ofAnnotation`. Thus it's remodeled to contain an > annotation at a given location instead of to be an annotation. > > Depends on #20205. Chen Liang has updated the pull request incrementally with

Re: RFR: 8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation [v5]

2024-07-23 Thread Chen Liang
> `TypeAnnotation` is not an annotation, as it should not be used in places > like `AnnotationValue.ofAnnotation`. Thus it's remodeled to contain an > annotation at a given location instead of to be an annotation. > > Depends on #20205. Chen Liang has updated the pull request incrementally with

Withdrawn: 8331873: Improve/expand info in `New API In` on Help page

2024-07-23 Thread duke
On Mon, 13 May 2024 23:08:51 GMT, Jonathan Gibbons wrote: > Please review a relatively simple update to the generated Help page, as part > of the ongoing campaign to improve the documentation around the overall use > of `@since` tags. This pull request has been closed without being integrated.