aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/plugin.proto
diff options
context:
space:
mode:
authorGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-22 22:57:39 +0000
committerGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-22 22:57:39 +0000
commit7f4938b24482cd2ec81c0a36c7e9f86d726d1939 (patch)
treeafc35727c70ea052735769f24841106257f37c45 /src/google/protobuf/compiler/plugin.proto
parent25cf9e3153643f7f36ffa06052fcdc3c22fd65e6 (diff)
Mark plugins as experimental for now.
Diffstat (limited to 'src/google/protobuf/compiler/plugin.proto')
-rw-r--r--src/google/protobuf/compiler/plugin.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/google/protobuf/compiler/plugin.proto b/src/google/protobuf/compiler/plugin.proto
index eb8cc2de..2db9574c 100644
--- a/src/google/protobuf/compiler/plugin.proto
+++ b/src/google/protobuf/compiler/plugin.proto
@@ -30,6 +30,9 @@
// Author: kenton@google.com (Kenton Varda)
//
+// WARNING: The plugin interface is currently EXPERIMENTAL and is subject to
+// change.
+//
// protoc (aka the Protocol Compiler) can be extended via plugins. A plugin is
// just a program that reads a CodeGeneratorRequest from stdin and writes a
// CodeGeneratorResponse to stdout.