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

Chen Liang liach at openjdk.org
Fri Aug 16 15:28:03 UTC 2024


On Tue, 13 Aug 2024 19:56:22 GMT, Chen Liang <liach at openjdk.org> 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.
>
> Chen Liang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Missed JLS prefix from web review

Swallowed the 2 conflicts from #20513: The tags are already correct in this patch.

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

PR Comment: https://git.openjdk.org/jdk/pull/20247#issuecomment-2293712126


More information about the core-libs-dev mailing list