Skip to content

Commit 7bd2e5b

Browse files
authored
protobuf-lite: ProtoLiteUtils experimental comment (#10627)
Add a comment clarifying that the ProtoLiteUtils class will remain experimental.
1 parent 18a5f8a commit 7bd2e5b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

protobuf-lite/src/main/java/io/grpc/protobuf/lite/ProtoLiteUtils.java

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,12 @@
3838

3939
/**
4040
* 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
4145
*/
42-
@ExperimentalApi("Experimental until Lite is stable in protobuf")
46+
@ExperimentalApi("Will remain experimental as protobuf lite API is not stable")
4347
public final class ProtoLiteUtils {
4448

4549
// default visibility to avoid synthetic accessors

0 commit comments

Comments
 (0)