I\'m trying to figure out how I can have a comment header automatically added to all new source files in my eclipse java project. I\'ve looked around but I haven\'t found a simp
Comments generation is configured in:
Main Menu -> Window -> Preferences -> Java -> Code Style -> Code Templates -> Configure generated code and comments
You can change directly the New Java files template: Code -> New Java files -> Edit
As of Eclipse 3.6 version, it is already configured that for new Java files ${filecomment}
is inserted, so it is probably better to edit it instead:
Comments -> Files -> Edit