设置方法介绍:
eclipse中:Windows->Preferences->Java->Code Style->Code Template->Comments,然后对应的标签输入下面的内容,最后保存退出即可。
 
Types:
/** @author  作者名 E-mail: 作者邮箱
 * @date : ${date} ${time}
 * @Description :
 * @version 1.0
 * ${tags}
 */
 
 Fields:
 
/** @Description: ${field} : ${todo}
 */
 
 Constructors:
 
/**
 * @Description:${todo}
 */
 
 Method:
/** @Description:${todo}
 * @exception:
 */
 Overriding methods:
/** @Description:${todo}
 * @exception:
 */

相关文章:

  • 2021-07-05
  • 2022-01-05
  • 2021-05-30
  • 2021-12-05
  • 2021-09-28
  • 2021-09-26
  • 2021-10-21
  • 2022-12-23
猜你喜欢
  • 2022-02-15
  • 2022-01-05
  • 2022-01-05
  • 2021-06-01
  • 2022-01-24
  • 2021-06-15
相关资源
相似解决方案