Skip to content

Commit

Permalink
Add some metadata to Javadoc according to contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jabagawee committed Jun 14, 2024
1 parent 5c555a6 commit 6ccba7d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6ccba7d

Please sign in to comment.