gson-comments/proto
Éamonn McManus c1da2d7070
Add @CanIgnoreReturnValue as appropriate to Gson methods. (#2369)
This annotation indicates that return value of the annotated method does
not need to be used. If it is _not_ present on a non-void method, and if
Error Prone's `CheckReturnValue` is active, then calling the method
without using the result is an error. However, we are not enabling
`CheckReturnValue` by default here.

Also update some code that does ignore return values, so that the
returned value is used, if only by assigning it to an unused variable.
2023-04-10 10:50:25 -07:00
..
src Add @CanIgnoreReturnValue as appropriate to Gson methods. (#2369) 2023-04-10 10:50:25 -07:00
.gitignore Moved the .gitignore file to a more appropriate place 2015-10-20 12:07:51 -07:00
pom.xml Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
README.md Add READMEs to Maven modules (#2039) 2021-12-27 10:17:41 -08:00

proto

This Maven module contains the source code for a JSON serializer and deserializer for Protocol Buffers (protobuf) messages.

The artifacts created by this module are currently not deployed to Maven Central.