Annotation Type KeepClassMembers
-
@Target(TYPE) @Retention(CLASS) @Documented public @interface KeepClassMembersThis annotation specifies to keep all class members of the annotated class from being shrunk, optimized, or obfuscated as entry points.
@Target(TYPE)
@Retention(CLASS)
@Documented
public @interface KeepClassMembers