在 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)