RFR: 8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation [v11]
Chen Liang
liach at openjdk.org
Fri Aug 16 15:52:09 UTC 2024
On Fri, 16 Aug 2024 15:28:03 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 with a new target base due to a merge or a rebase. The pull request now contains 20 commits:
>
> - Merge branch 'master' of https://github.com/openjdk/jdk into fix/typeanno-model
> - Missed JLS prefix from web review
> - More bad terms and redundancy
> - Fix terminology
> - Merge branch 'master' of https://github.com/openjdk/jdk into fix/typeanno-model
> - Merge branch 'master' of https://github.com/openjdk/jdk into fix/typeanno-model
> - Stage
> - Merge branch 'master' of https://github.com/openjdk/jdk into fix/typeanno-model
> - remove compile, use element-value, break long sentences
> - Merge branch 'master' of https://github.com/openjdk/jdk into fix/typeanno-model
> - ... and 10 more: https://git.openjdk.org/jdk/compare/07352c67...802775ee
Thanks for the reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20247#issuecomment-2293747699
More information about the compiler-dev
mailing list