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

2024-07-22 Thread Archie Cobbs
On Tue, 9 Jul 2024 20:16:11 GMT, Jonathan Gibbons wrote: > This needs to be coordinated with @hns who is working on similar issues. He > is currently OOTO, but will be back soon. @hns are you back in town? Any thoughts/comments? Thanks. - PR Comment: https://git.openjdk.org/jdk/pu

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

2024-07-22 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