标签: java enums enumeration
我在jar文件中的类文件中有一个枚举。
public static enum test{ Test, Test1; }
现在我想为此枚举添加一个新值。那么如何从我的自定义类中添加新值?
答案 0 :(得分:0)
没有。枚举是完整的静态枚举。