注释类型 KeepApplication
-
@Target(TYPE) @Retention(CLASS) @Documented public @interface KeepApplicationThis annotation specifies to keep the annotated class as an application, together with its a main method.
@Target(TYPE)
@Retention(CLASS)
@Documented
public @interface KeepApplication