【发布时间】:2012-03-23 17:35:47
【问题描述】:
每次我在 Netbeans IDE 中创建一个新的 Java 类时,默认情况下,我都会在生成的类文件的顶部(甚至在包声明的上方)看到这条注释:
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
我已经研究了一段时间的模板,但我似乎无法确定这条消息属于哪个模板。它不应该以纯文本形式出现在某处,成为人类可读的消息吗?
【问题讨论】:
标签: java class templates netbeans