mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-18 02:40:41 +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