mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
refine rule for classes extending Enum in vm.pro
This commit is contained in:
parent
491955af05
commit
063c964d65
2
vm.pro
2
vm.pro
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# we call the values method reflectively in Enum.valueOf():
|
# we call the values method reflectively in Enum.valueOf():
|
||||||
|
|
||||||
-keep public class * extends java.lang.Enum {
|
-keepclassmembers public class * extends java.lang.Enum {
|
||||||
public static *** values();
|
public static *** values();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user