K P
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
K
- Keep - proguard.annotation中的注释类型
-
This annotation specifies not to optimize or obfuscate the annotated class or class member as an entry point.
- KeepApplication - proguard.annotation中的注释类型
-
This annotation specifies to keep the annotated class as an application, together with its a main method.
- KeepClassMemberNames - proguard.annotation中的注释类型
-
This annotation specifies to keep all class members of the annotated class from being optimized or obfuscated as entry points.
- KeepClassMembers - proguard.annotation中的注释类型
-
This annotation specifies to keep all class members of the annotated class from being shrunk, optimized, or obfuscated as entry points.
- KeepGettersSetters - proguard.annotation中的注释类型
-
This annotation specifies to keep all getters and setters of the annotated class from being shrunk, optimized, or obfuscated as entry points.
- KeepImplementations - proguard.annotation中的注释类型
-
This annotation specifies to keep all implementations or extensions of the annotated class as entry points.
- KeepName - proguard.annotation中的注释类型
-
This annotation specifies not to optimize or obfuscate the annotated class or class member as an entry point.
- KeepPublicClassMemberNames - proguard.annotation中的注释类型
-
This annotation specifies to keep all public class members of the annotated class from being optimized or obfuscated as entry points.
- KeepPublicClassMembers - proguard.annotation中的注释类型
-
This annotation specifies to keep all public class members of the annotated class from being shrunk, optimized, or obfuscated as entry points.
- KeepPublicGettersSetters - proguard.annotation中的注释类型
-
This annotation specifies to keep all public getters and setters of the annotated class from being shrunk, optimized, or obfuscated as entry points.
- KeepPublicImplementations - proguard.annotation中的注释类型
-
This annotation specifies to keep all public implementations or extensions of the annotated class as entry points.
- KeepPublicProtectedClassMemberNames - proguard.annotation中的注释类型
-
This annotation specifies to keep all public or protected class members of the annotated class from being optimized or obfuscated as entry points.
- KeepPublicProtectedClassMembers - proguard.annotation中的注释类型
-
This annotation specifies to keep all public or protected class members of the annotated class from being shrunk, optimized, or obfuscated as entry points.
P
- proguard.annotation - 程序包 proguard.annotation
所有类 所有程序包