Skip to main content

All Questions

10 votes
2 answers
2k views

DRY way to write Javadoc on overload methods

I want to write Javadoc in DRY way. But the oracle document about Javadoc says write same thing again in overload method comment. Can't I avoid repetition?
Sanghyun Lee's user avatar