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
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.
Window->Preferences
Java->Code Style -> Code Templates
Files
considers