注释类型 KeepPublicGettersSetters
-
@Target(TYPE) @Retention(CLASS) @Documented public @interface KeepPublicGettersSettersThis annotation specifies to keep all public getters and setters of the annotated class from being shrunk, optimized, or obfuscated as entry points.