Delete Javadoc eclipse auto-generated comment

Is there a way to remove the annoying "@Javadoc" comments that eclipse generates with each new class? I tried to delete it in the settings, but I do not understand it

+4
source share
1 answer

Take a look at the settings of your Eclipse. Window->Preferences , than go to Java->Code Style -> Code Templates and change the comments in Files . You can also change each style for a method, etc.

considers

+8
source

All Articles