Package com.perfectcorp.annotation.proguard
-
Annotation Types Summary Annotation Type Description Keep This annotation specifies not to optimize or obfuscate the annotated class or class member as an entry point.KeepClassMembers This annotation specifies to keep all class members of the annotated class from being shrunk, optimized, or obfuscated as entry points.KeepPublicClassMemberNames This annotation specifies to keep all public class members of the annotated class from being optimized or obfuscated as entry points.KeepPublicClassMembers This annotation specifies to keep all public class members of the annotated class from being shrunk, optimized, or obfuscated as entry points.