/**
* <p>This is a simple description of the method. . .
* <a href="https://tctitansrobotics.com/">Titans!</a>
* </p>
* @param thisParam the data
* @return that other data
* @see <a href="http://www.example.com">ExampleLink</a>
* @since 1.0
*/
private string method(string thisParam) {
//some code
return "that other data";
}
Javadoc reference:
Helpful Link