You should go beyond just rewording the name of the function for the description. javadocs Should provide extra information about the implementation that is not apparent by just glancing at the name. There are a lot of examples you can look at that demonstrate proper use of javadocs.
You should go beyond just rewording the name of the function for the description. javadocs Should provide extra information about the implementation that is not apparent by just glancing at the name. There are a lot of examples you can look at that demonstrate proper use of javadocs.