commit | fcc8a28e02dc65c04e3c54646fc9cf8eea035101 | [log] [tgz] |
---|---|---|
author | Liam Miller-Cushon <cushon@google.com> | Thu Feb 10 09:52:57 2022 -0800 |
committer | Javac Team <javac-team+copybara@google.com> | Thu Feb 10 09:53:49 2022 -0800 |
tree | 26c7549158e238a2ae6dd822558a80e7e87840e2 | |
parent | 2e51367e85ef98366640a15e012717f43aff2068 [diff] |
Don't crash on missing annotation arguments If turbine creates annotation proxies for annotations missing required elements, they crash if the element is accessed. This should be an unrecoverable error that aborts annotation processing. PiperOrigin-RevId: 427775703