mirror of
https://github.com/google/nomulus
synced 2026-01-08 07:11:44 +00:00
9 lines
182 B
Python
9 lines
182 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
java_library(
|
|
name = "annotations",
|
|
exports = ["@error_prone_annotations//jar"],
|
|
)
|