注释类型 KeepName
-
@Target({TYPE,FIELD,METHOD,CONSTRUCTOR}) @Retention(CLASS) @Documented public @interface KeepNameThis annotation specifies not to optimize or obfuscate the annotated class or class member as an entry point.
@Target({TYPE,FIELD,METHOD,CONSTRUCTOR})
@Retention(CLASS)
@Documented
public @interface KeepName