I want to change the automatic author that appears when I create a file in AndroidStudio.
/** * Created by a556520 on 16/01/14. */ public class POI {
The above answers are correct. But you can go even further and define your own variables - such as User, Company, Email etc.:
#set ($USER = "Name name") #set ($COMPANY = "company Ltd") #set ($EMAIL = "example@gmail.com") /** * Created by ${USER} on ${DATE}. * ${COMPANY} * ${EMAIL} */