From 6ccba7da92a8ed929284a31fb30b5fda4d0243ad Mon Sep 17 00:00:00 2001 From: Andrew Szeto Date: Thu, 13 Jun 2024 20:42:02 -0700 Subject: [PATCH] Add some metadata to Javadoc according to contributing guidelines --- .../main/java/com/google/gson/protobuf/ProtoTypeAdapter.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/src/main/java/com/google/gson/protobuf/ProtoTypeAdapter.java b/proto/src/main/java/com/google/gson/protobuf/ProtoTypeAdapter.java index 5bc8110e13..393e7c24d2 100644 --- a/proto/src/main/java/com/google/gson/protobuf/ProtoTypeAdapter.java +++ b/proto/src/main/java/com/google/gson/protobuf/ProtoTypeAdapter.java @@ -192,6 +192,9 @@ public Builder addSerializedEnumValueExtension( * * ...will be serialized as '{@code bar}' if `shouldUseJsonNameFieldOption` is set to `true` and * the '{@code serialized_name}' annotation is added to the adapter. + * + * @author Andrew Szeto + * @since $next-version$ */ @CanIgnoreReturnValue public Builder setShouldUseJsonNameFieldOption(boolean shouldUseJsonNameFieldOption) {