You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And merge type_annotations in annotations. The annotations artifact is still Java 8 compatible.
The type_annotations artifact was created when annotations was Java 7-compatible, to allow using Java 8 annotation APIs (like `@Target(TYPE_USE)`).
This avoids split package issues when using Error Prone annotations from modularized builds, see e.g. #4888
Tested:
TAP for global presubmit queue
[]
PiperOrigin-RevId: 737500755
0 commit comments