google / gson

A Java serialization/deserialization library to convert Java Objects into JSON and back
Apache License 2.0
23.29k stars 4.28k forks source link

Add more Javadoc cross-links between methods #2678

Closed Marcono1234 closed 4 months ago

Marcono1234 commented 4 months ago

Purpose

Add more Javadoc cross-links between methods, mainly between getters and setters

Description

This hopefully makes it easier to find the corresponding getter / setter. Though on the other hand it also makes the documentation more verbose, so please let me know if you don't think this is needed.

Checklist