google-nomulus/third_party/java/error_prone/BUILD
shikhman 64abebec82 Add StackDriver implementation, in monitoring/metrics package
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=130287319
2016-08-15 17:12:35 -04:00

8 lines
182 B
Text

package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
java_library(
name = "annotations",
exports = ["@error_prone_annotations//jar"],
)