We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a5f8a commit 7bd2e5bCopy full SHA for 7bd2e5b
protobuf-lite/src/main/java/io/grpc/protobuf/lite/ProtoLiteUtils.java
@@ -38,8 +38,12 @@
38
39
/**
40
* Utility methods for using protobuf with grpc.
41
+ *
42
+ * <p>Note that this class will remain experimental for the foreseeable future as the proto lite
43
+ * API, which this class depends on, is not guaranteed to be stable. This is explained in protobuf
44
+ * documentation at: https://github.com/protocolbuffers/protobuf/blob/main/java/lite.md
45
*/
-@ExperimentalApi("Experimental until Lite is stable in protobuf")
46
+@ExperimentalApi("Will remain experimental as protobuf lite API is not stable")
47
public final class ProtoLiteUtils {
48
49
// default visibility to avoid synthetic accessors
0 commit comments