Search code examples
javaeclipsejavadoc

Remove autogenerated Javadoc comment eclipse


Is there any way to remove the annoying "@Javadoc" comments that eclipse generates with every new class? I tried to remove it in the preferences but i dont get it


Solution

  • Take a look at the Settings of your Eclipse. Window->Preferences than go to Java->Code Style -> Code Templates and change the Comments at Files. You can also change every style for Method and so on.

    regards