📄 keepimplementations.java
字号:
/* * ProGuard -- shrinking, optimization, obfuscation, and preverification * of Java bytecode. * * Copyright (c) 2002-2007 Eric Lafortune (eric@graphics.cornell.edu) */package proguard.annotation;import java.lang.annotation.*;/** * This annotation specifies to keep all implementations or extensions of the * annotated class as entry points. */@Target({ ElementType.TYPE })@Retention(RetentionPolicy.CLASS)@Documentedpublic @interface KeepImplementations {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -