Skip navigation links
K P 

K

Keep - Annotation Type in proguard.annotation
This annotation specifies not to optimize or obfuscate the annotated class or class member as an entry point.
KeepApplication - Annotation Type in proguard.annotation
This annotation specifies to keep the annotated class as an application, together with its a main method.
KeepClassMemberNames - Annotation Type in proguard.annotation
This annotation specifies to keep all class members of the annotated class from being optimized or obfuscated as entry points.
KeepClassMembers - Annotation Type in proguard.annotation
This annotation specifies to keep all class members of the annotated class from being shrunk, optimized, or obfuscated as entry points.
KeepGettersSetters - Annotation Type in 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 - Annotation Type in proguard.annotation
This annotation specifies to keep all implementations or extensions of the annotated class as entry points.
KeepName - Annotation Type in proguard.annotation
This annotation specifies not to optimize or obfuscate the annotated class or class member as an entry point.
KeepPublicClassMemberNames - Annotation Type in proguard.annotation
This annotation specifies to keep all public class members of the annotated class from being optimized or obfuscated as entry points.
KeepPublicClassMembers - Annotation Type in 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 - Annotation Type in 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 - Annotation Type in proguard.annotation
This annotation specifies to keep all public implementations or extensions of the annotated class as entry points.
KeepPublicProtectedClassMemberNames - Annotation Type in 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 - Annotation Type in 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 - package proguard.annotation
 
K P 
Skip navigation links