How do I change the Javadocs template generated in Eclipse?

前端 未结 5 441
渐次进展
渐次进展 2020-12-04 12:06

I dislike the default Javadocs generated for me when I create a Class or methods, especially the @author variable, which is the current system username on my windows box.

5条回答
  •  萌比男神i
    2020-12-04 12:16

    You should consider using JAutodoc, which is a very useful plugin for Eclipse. The parametrization is way more advanced than the standard Eclipse generation.

提交回复
热议问题