protobuf-lite: ProtoLiteUtils experimental comment (#10627)

Add a comment clarifying that the ProtoLiteUtils class will remain
experimental.
This commit is contained in:
Terry Wilson 2023-10-25 15:37:49 -07:00 committed by GitHub
parent 18a5f8a90b
commit 7bd2e5b59c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -38,8 +38,12 @@ import java.lang.ref.WeakReference;
/**
* Utility methods for using protobuf with grpc.
*
* <p>Note that this class will remain experimental for the foreseeable future as the proto lite
* API, which this class depends on, is not guaranteed to be stable. This is explained in protobuf
* documentation at: https://github.com/protocolbuffers/protobuf/blob/main/java/lite.md
*/
@ExperimentalApi("Experimental until Lite is stable in protobuf")
@ExperimentalApi("Will remain experimental as protobuf lite API is not stable")
public final class ProtoLiteUtils {
// default visibility to avoid synthetic accessors