Friday, July 29, 2016

Add @author tags for Javadoc comments in IntelliJ

To add @author tags for Javadoc comments in IntelliJ, do as follows:

Preferences... -> File and Code Templates -> Includes -> File Header

/**
 * Fill me.
 *
 * @author Johnny Lim
 */

No comments:

Post a Comment