commit | 33ed406f653ecfda611933103261a6ad3146dbd5 | [log] [tgz] |
---|---|---|
author | Liam Miller-Cushon <cushon@google.com> | Thu Nov 02 16:26:50 2023 |
committer | Javac Team <javac-team+copybara@google.com> | Thu Nov 02 16:27:30 2023 |
tree | 6488374ef79639f71cd883ff4ce918a2bf946043 | |
parent | a1c7f7ed5cdf8163cc28b54788bae3d5e0856f10 [diff] |
Attach type annotations read from bytecode to types This change makes type annotations available to annotation processors for types on elements that were read from bytecode. This completes the implementation of the the turbine changes that corresponds to the javac fix made for [JDK-8225377: type annotations are not visible to javac plugins across compilation boundaries](https://bugs.openjdk.org/browse/JDK-8225377). PiperOrigin-RevId: 578879227