Should JavaDoc comments be added to the implementation
Posted
by Vaishak Suresh
on Stack Overflow
See other posts from Stack Overflow
or by Vaishak Suresh
Published on 2010-06-17T11:54:58Z
Indexed on
2010/06/17
12:03 UTC
Read the original article
Hit count: 222
Is it correct practice to add Javadoc comments in Interface and add non Javadoc comments in the implementation?
Most IDEs generate non JavaDoc comments for implementations when you auto generate comments. Shouldn't the concrete method have the description?
© Stack Overflow or respective owner