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)