| CheckStyle and javadoc for override methods |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.java.softwaretools · Group Profile
Author: Efi MerdlerEfi Merdler Date: Mar 17, 2007 09:35
Hello,
When adding java docs for methods that I override under eclipse, I get
the following java doc:
/*
* (non-Javadoc)
*
* @see java.lang.Runnable#run()
*/
which is fine, however checkstyle thinks that I didn't write any
comments, is there a rule that allows me to add this type of special
condition?
Thank you,
Efi
|