Annotation Type Keep
-
@Target({TYPE,FIELD,METHOD,CONSTRUCTOR}) @Retention(CLASS) @Documented public @interface KeepThis 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 Keep