【发布时间】:2012-05-10 01:04:42
【问题描述】:
在 JetBrains IntelliJ IDEA 中,我想编辑类似
的评论/**
* Created by IntelliJ IDEA.<br/>
* User: ${USER}<br/>
* Date: ${DATE}<br/>
* Time: ${TIME}<br/>
* To change this template use File | Settings | File Templates.
*/
并为类似
public class MyUsernamePasswordAuthenticationFilter extends UsernamePasswordAuthenticationFilter
或类似的函数
protected void checkUsbKeyID(UserObj user,String usbKeyID)
【问题讨论】:
标签: java templates comments intellij-idea