Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 ANT 任务将 serialVersionUID 属性插入到所有实现 Serializable 的类中?
我希望能够保留类与 SUID 的列表并使用它来插入值。
目前源代码没有设置 serialVersionUID。
Apache Ant 外部工具和任务站点列出了一个SerialVer 任务。