Files
Guice TeamandXiaoming Jia dea06c1087 Make Guice builds with bazel.
This change only makes it possible to build with bazel and no changes to existing maven setup yet.

PiperOrigin-RevId: 422630465
2022-01-18 13:31:43 -08:00

7 lines
148 B
Python

package(default_visibility = ["//:src"])
alias(
name = "annotations",
actual = "@maven//:com_google_errorprone_error_prone_annotations",
)