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