Annotation Type KeepPublicClassMembers


  • @Target(TYPE)
    @Retention(CLASS)
    @Documented
    public @interface KeepPublicClassMembers
    This annotation specifies to keep all public class members of the annotated class from being shrunk, optimized, or obfuscated as entry points.