On Fri, 19 Jul 2024 01:55:57 GMT, Chen Liang <li...@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 <li...@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 <abuck...@openjdk.org> Reviewed-by: asotona ------------- PR: https://git.openjdk.org/jdk/pull/20247