Idea to generate class annotations and method annotations

Generate class annotations

Generate class annotation template

Insert picture description here

/**
* @program: ${PROJECT_NAME}
* @description: this is a class
* @author: Mr.zeng
*
* @create: ${YEAR}-${MONTH}-${DAY} ${HOUR}:${MINUTE}
**/

Generate method notes

Generate method annotation template

Guess you like

Origin blog.csdn.net/weixin_42292697/article/details/113522286