mirror of
https://github.com/google/nomulus.git
synced 2025-06-24 13:30:54 +02:00
8 lines
193 B
Text
8 lines
193 B
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # BSD License
|
|
|
|
java_library(
|
|
name = "jsr305_annotations",
|
|
exports = ["@bazel_tools//third_party:jsr305"],
|
|
)
|