What does this rule mean in proguard for example:
-keep class myjava.** {*;}
I understand {*;} part would mean all members and methods in the class. But what does the 2 asterisk mean in the package name?.
Thanks in advance.
What does this rule mean in proguard for example:
-keep class myjava.** {*;}
I understand {*;} part would mean all members and methods in the class. But what does the 2 asterisk mean in the package name?.
Thanks in advance.
From the manual: