mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-25 09:40:10 +00:00
AnnotateTypeLater (formerly typeAnnotate) with null as the symbol was a way to force attribution of type annotations, but this is now obsolete and problematic, and a silent noop condition Reviewed-by: jjg