Should JavaDoc comments be added to the implementation
- by Vaishak Suresh
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?