Eclipse中设置自动生成的author,date等注释

在原有基础上添加即可

添加代码:

/* 
* @author Dylan 
* @date ${date} ${time} 
* @version 1.0 
*/ 

Windows->preferences->java->code style->code templates->commedts->types

Eclipse中设置自动生成的author,date等注释_第1张图片

新增一个注解

Windows->preferences->java->code style->code templates->code->new java files 
这里写图片描述

 

 

 

 

 

参考: https://blog.csdn.net/chuang504321176/article/details/79054543

你可能感兴趣的:(编辑器)