In IntelliJ, compared with Eclipse, you should install GenerateSerialVersionUID manually, if you want get serialVersionUID field automatically.
(IntelliJ 에는 Serializable interface 를 implements 할 경우, serialVersionUID 를 자동으로 생성해 주는 plugin 을 설치해야 한다.)
Install plugins like below (아래와 같은 방식으로 설치를 하면 된다.)
Preference -> Plugins -> Browse repositories -> GenerateSerialVersionUID
'Programming > Java' 카테고리의 다른 글
Setting up logback in Java and Scala project (0) | 2013.11.18 |
---|---|
spring restful service - JSON response (0) | 2013.09.13 |
maven - set properties file content from command line (0) | 2013.08.30 |
ExceptionUtils - java 에서 exception 관련 처리를 쉽게 도와주는 클래스 (0) | 2013.08.30 |
Java 프로그램에서 garbage collection 이 얼마나 일어나는 지 알아 내기 (0) | 2013.05.14 |