In Eclipse/myeclipse, when you add the author option for a comment, the user name that you log on to the computer is generally populated by default @author behind.
How to modify it:
The first method: Modify the user name of the computer login (generally not practical)
The second method: Modify the properties of the preference which @author, and write what you want to use;
Open the parameter Settings panel from the menu window->preference, and then select: Java--code Style, code Templates, select Comments on the right, place the types item in it, then choose the right " Edit ", enter the editing mode and change the name of the ${user} in the @author ${user} to your own. (There is another way of salty trouble)
The third method: Modify the INI configuration file.
Locate the Eclipse.ini/myeclipse.ini file in the Eclipse/myeclipse directory and add the start parameter behind-vmargs:-duser.name= The name you want to display.
Restart Eclipse/myeclipse.
This article reproduced the source: http://yangwei.514.blog.163.com/blog/static/4993131720114743824987/
Change the default name for Eclipse (MyEclipse) author (author of the note)