myeclipse java文件自动添加注释
在myeclipse开发时 每次都要手动的为类添加注释 现提供如下2种方式添加注释
第一种(新建文件后会自动添加注释):
window->preference->java->code styple->code template->Code->New Java files
点击 Edit
${filecomment}
${package_declaration}
/**
*<本类作用简述>
* @createtime: ${time} ${date}
* @since: JDK 1.5
* @author:
*/
${typecomment}
${type_declaration}
第二种(手动添加注释):
“Window”--"Preferences"--"Java"--"Code Style"--“Code Templates”--根据需要自己设置Comments中 Files、Types、Fileds... 点击 Edit
/**
*<本类作用简述>
* @createtime: ${time} ${date}
* @since: JDK 1.5
* @author:
*/
相关推荐
ebuild 2013-05-14
加菲猫园 2013-06-16
tdeclipse 2011-02-28
pigsmall 2020-11-19
SXIAOYI 2020-09-16
Ladyseven 2020-07-25
whileinsist 2020-06-24
gufudhn 2020-06-12
冰蝶 2020-06-05
LinuxAndroidAI 2020-06-04
supperme 2020-05-28
yaodilu 2020-05-10
e度空间 2020-04-27
云端漂移 2020-04-09
peterwzc 2020-03-17
有心就有方向 2012-09-03
donghedonghe 2013-05-31
linuxprobe0 2013-04-15