Netbeans: how to change @author

前端 未结 3 416
走了就别回头了
走了就别回头了 2020-12-12 16:38

When creating a new class or interface in Netbeans IDE, an \"@author ....\" tag appears. How to change its value? If possible, I would like to change it by using Netbeans me

3条回答
  •  一生所求
    2020-12-12 17:38

    -In netbeans go to Tools -> Templates -> Settings -last line of the file, write like this user=xyz

    N:B: Instead of xyz you could be used your name.

提交回复
热议问题