I do not want these comments when I create a new main class.
// TODO code application logic here
/**
* @param args the command line arguments
*/
/**
*
* @author user
*/
etc.
If you are unhappy with autogenerated comments in Java Class:
Tools -> Templates -> Java -> Java Class -> Open in Editor
-> delete
what you do not like and saveYou can leave just this:
<#if package?? && package != "">
package ${package};
</#if>
public class ${name} {
}
The place to configure it is Tools -> Templates
.
Take a look at Licenses/Default License
. If your project does not have an license, this is what will be on the begin of the file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With