summaryrefslogtreecommitdiff
path: root/examples/annotations/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/annotations/examples.pro')
-rw-r--r--examples/annotations/examples.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/annotations/examples.pro b/examples/annotations/examples.pro
index 3a47183..d2b212c 100644
--- a/examples/annotations/examples.pro
+++ b/examples/annotations/examples.pro
@@ -32,14 +32,14 @@
# Preserve all native method names and the names of their classes.
--keepclasseswithmembernames class * {
+-keepclasseswithmembernames,includedescriptorclasses class * {
native <methods>;
}
# Preserve the special static methods that are required in all enumeration
# classes.
--keepclassmembers class * extends java.lang.Enum {
+-keepclassmembers,allowoptimization enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}