From 46ef51576f7128874feba8067e13fc7b7e131f6f Mon Sep 17 00:00:00 2001
From: Eric Anderson <ejona@google.com>
Date: Wed, 3 Jul 2019 13:41:04 -0700
Subject: [PATCH] bazel: Add comment for public protoc plugin

The 3rd-party rules_proto project is referencing our compiler directly
and not using our java_grpc_library. This target is fine for them to
use (although we'd prefer using our java_grpc_library), but most users
shouldn't be touching it.

Related to #5942 and #5947
---
 compiler/BUILD.bazel | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compiler/BUILD.bazel b/compiler/BUILD.bazel
index e50ecb66c8a..a87c8307649 100644
--- a/compiler/BUILD.bazel
+++ b/compiler/BUILD.bazel
@@ -1,5 +1,6 @@
 load("//:java_grpc_library.bzl", "java_rpc_toolchain")
 
+# This should not generally be referenced. Users should use java_grpc_library
 cc_binary(
     name = "grpc_java_plugin",
     srcs = [