eclipse的注释

时间:2023-03-09 04:11:07
eclipse的注释

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

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

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

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

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