How to generate serial version UID in Intellij

前端 未结 5 1673
情深已故
情深已故 2021-01-30 01:45

When I used Eclipse it had a nice feature to generate serial version UID.

But what to do in IntelliJ?

How to choose or gen

5条回答
  •  渐次进展
    2021-01-30 02:26

    with in the code editor, Open the class you want to create the UID for , Right click -> Generate -> SerialVersionUID. You may need to have the GenerateSerialVersionUID plugin installed for this to work.

提交回复
热议问题