java_library(
    name = "java",
    srcs = glob(["**/*.java"]),
    javacopts = ["-source 8 -target 8"],
    visibility = ["//:__pkg__"],
)
