1
0
mirror of https://github.com/google/nomulus synced 2026-02-05 20:41:08 +00:00
Files
nomulus/third_party/java/jsr305_annotations/BUILD
2016-03-01 17:59:16 -05:00

9 lines
193 B
Python

package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # BSD License
java_library(
name = "jsr305_annotations",
exports = ["@bazel_tools//third_party:jsr305"],
)