zoukankan      html  css  js  c++  java
  • eclipse的注释

    版权声明:本文为博主原创文章,转载请注明出处。

    如果能帮助你,那我的目的就达到了

    Window --> Java --> Code Style --> Code Templates --> Comments

    /**
     *@description:
     *@author: 斌鑫
     *@time: ${date} ${time}
     *@param
     *@return
     */
    /**
     *@description:
     *@author: LvChunLin
     *@time: ${date} ${time}
     * ${tags}
     *@return
     */
    /**
     *@description:
     *@author: LvChunLin
     *@time: ${date} ${time}
     *@param
     *@return
     */
    /**
     *@description:
     *@author: LvChunLin
     *@time: ${date} ${time}
     * ${tags}
     *@return
     */
    /**
     *@description:
     *@author: LvChunLin
     *@time: ${date} ${time}
     * ${tags}
     *@return${return_type}
     */
    /**
     *@description:
     *@author: LvChunLin
     *@time: ${date} ${time}
     * ${tags}
     *@return
     */
    /**
     *@description:
     *@author: LvChunLin
     *@time: ${date} ${time}
     * ${tags}
     *@return
     */
    ${filecomment}
    ${package_declaration}
    /**
    *@description:
    *@author: LvChunLin
    *@data: ${date} ${time}
    *@company: chuangke
    */
    ${typecomment}
    ${type_declaration}

    作者:斌鑫你懂得
    來源:博客园
    著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

  • 相关阅读:
    个人博客12
    《梦断代码》阅读笔记03
    个人博客11
    个人博客10
    【Codeforces 404C】Restore Graph
    【Codeforces 476C】Dreamoon and Sums
    【Codeforces 242C】King's Path
    【Codeforces 382C】Arithmetic Progression
    【Codeforces 1096D】Easy Problem
    【Codeforces 494A】Treasure
  • 原文地址:https://www.cnblogs.com/lvlw/p/8482149.html
Copyright © 2011-2022 走看看