When we create a new class in NetBeans the class is created using the default template for a Java class and this template uses the user name which is created as the computer user. In my case it is tusharj. This makes the class use my name as
@author tusharj
which is not exciting. I want to use my real name and my email address after the @author java doc tag.
NetBeans provides a way to specify your own name to be used here. Open the Tools Menu and choose the Templates option.
Uncomment the #user line and add your name and email address. Check the name I have written for me in the image below.
Now when we create a new Java class
We can see the @author tag with my real name
Tushar Joshi, Nagpur
Good article Joshi ... really useful
ReplyDeleteVery good article indeed. Helped a lot. Thanks!
ReplyDeleteYou saved me 2 hours. I owe you $100.
ReplyDeleteTHANKS!!!!
ReplyDeleteThanks tusharj, oops I mean Tushar Joshi ;)
ReplyDeleteSeriously that's superb... loving your simple tutorial... thank thanks thanks :D :D
Thanks a lot!
ReplyDeleteYep, thanks a lot.
ReplyDeleteOn Netbeans 7.0 you have the settings button option at the templates form. Hit the button, A file will open, then follow the process above.
Thanks!!
ReplyDelete