IntelliJ IDEA为类和方法自动添加注释

/**
 * @author     :shix
 * @date       :Created in ${DATE} ${TIME}
 * @description:${description}
 * @modified By:
 * 
 */

1. 为类增自动注解

File-->Settings-->Editor-->File and Code Templates

 

原文地址:https://www.cnblogs.com/shix0909/p/12234116.html