Integrated: 8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation

Chen Liang liach at openjdk.org
Fri Aug 16 15:52:09 UTC 2024


On Fri, 19 Jul 2024 01:55:57 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.

This pull request has now been integrated.

Changeset: 961e944f
Author:    Chen Liang <liach at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/961e944fa731dc84be2764c01e4b326187474605
Stats:     374 lines in 20 files changed: 131 ins; 114 del; 129 mod

8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation

Co-authored-by: Alex Buckley <abuckley at openjdk.org>
Reviewed-by: asotona

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

PR: https://git.openjdk.org/jdk/pull/20247


More information about the compiler-dev mailing list