Why is IntelliJ standard default syntax using the default javadoc comment? Instead of creating a line with "User: jstauffer", she can create a line with "@author jstauffer". The other lines it creates (date and time) probably don't have javadoc syntax, but why not use javadoc syntax when it is available?
For reference, here is an example:
/ **
* Created by IntelliJ IDEA.
* User: jstauffer
* Date: Nov 13, 2007
* Time: 11:15:10 AM
* To change this template use File | Settings | File Templates.
* /
intellij-idea javadoc
James AN Stauffer Sep 15 '08 at 15:07 2008-09-15 15:07
source share