美文网首页
IDEA快速生成类注释模版

IDEA快速生成类注释模版

作者: AC编程 | 来源:发表于2019-01-11 11:19 被阅读14次

    一、在创建类文件时,自动生成类注释模版,可以使用 File and Code Templates

    自动创建

    模版样例

    /**
    * @author Alan Chen
    * @description ${description}
    * @date ${DATE}
    */
    

    二、在已经创建好的类文件里,用快捷键生成类注释模版,可以使用Live Templates

    快捷键创建

    参考文章:
    https://www.cnblogs.com/printN/p/6574232.html

    相关文章

      网友评论

          本文标题:IDEA快速生成类注释模版

          本文链接:https://www.haomeiwen.com/subject/kkotdqtx.html