8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
|
-keepparameternames
|
||
|
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,
|
||
|
SourceFile,LineNumberTable,*Annotation*,EnclosingMethod
|
||
|
|
||
|
-keep public class * {
|
||
|
public protected *;
|
||
|
}
|