0
点赞
收藏
分享

微信扫一扫

Eclipse中设置在创建新类时自动生成注释

青鸾惊鸿 2022-10-31 阅读 48

windows-->preference 
Java-->Code Style-->Code Templates
code-->new Java files
编辑它

${filecomment}
${package_declaration}
/**
* @author 作者 E-mail:
* @version 创建时间:${date} ${time}
* 类说明
*/
${typecomment}
${type_declaration}

Eclipse中设置在创建新类时自动生成注释_java

 

举报

相关推荐

0 条评论