「Spring」@SessionScopeアノテーションを利用するサンプル

サンプルコード

@SessionScope 
@Component
public class Regist implements Serializable {
    private static final long serialVersionUID = xxx;
    // some code
}

 

Software

Posted by arkgame