Annotation Type Keep


  • @Target({TYPE,FIELD,METHOD,CONSTRUCTOR})
    @Retention(CLASS)
    @Documented
    public @interface Keep
    This annotation specifies not to optimize or obfuscate the annotated class or class member as an entry point.