Some times we need to modify file header as to add more
detail or styled info in each class or file we created.
In order to add the created file date and time, author
name and project name, we can change file header which in theFile and Code Templates
category.
Then, we can modify it use the default variables
and custom variables.
#set( $USER = "Your name" )
#set ($USER = "Name name")
#set ($COMPANY = "company Ltd")
#set ($EMAIL =
"[email protected]")
My personal setting is shown below.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12