1-keepparameternames
2-keepattributes Exceptions,InnerClasses,Signature,Deprecated,
3 SourceFile,LineNumberTable,EnclosingMethod,
4 RuntimeVisibleAnnotations,RuntimeVisibleParameterAnnotations,
5 RuntimeVisibleTypeAnnotations,AnnotationDefault
6
7-keep public class * {
8 public protected *;
9}
10