What does this rule mean in proguard for example:-keep class myjava.** {*;} I understand {*;} part would mean all members and methods in the class.
確定! 回上一頁