Eclipse自定义文档注释和方法注释

star2017 1年前 ⋅ 1837 阅读

文档注释:

位置:

Window-->preferences-->java-->Code Style-->Code Templates-->Comments-->Types-->Edit

  


具体位置如上图所示:

内容参考:

/**
* @description
* @author ZYL Email:zhengyl02@qq.com
* @version
* @date ${date}${time}
*
*/


方法注释:

位置参考文档注释,最后一个地方选择Methods

  

内容参考:

/**
* @description
* @author ZYL
* @date ${date}${time}
* ${tags}
*/



更多内容请访问:IT源点

相关文章推荐

全部评论: 0

    我有话说: