Unverified Commit fe2eef4b authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #5042 from dsnet/master

Document wrapper non-uses
parents d39c7ef6 6b6e155f
......@@ -32,6 +32,11 @@
// for embedding primitives in the `google.protobuf.Any` type and for places
// where we need to distinguish between the absence of a primitive
// typed field and its default value.
//
// These wrappers have no meaningful use within repeated fields as they lack
// the ability to detect presence on individual elements.
// These wrappers have no meaningful use within a map or a oneof since individual
// entries of a map or fields of a oneof can already detect presence.
syntax = "proto3";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment