idea 文件模板注释, 方法注释模板

1.类header模板

/**
* @description: ${description}
* @author: xxxx
* @create: ${YEAR}-${MONTH}-${DAY}
**/

2.方法注释模板

image

**
* @description: $description$
* @param: $params$
* @date: $date$
* @author: freedom
* @return: $returns$
*/

image

image

posted @ 2025-08-20 23:27  freedomlog  阅读(10)  评论(0)    收藏  举报