Annotation Type CompileOnly
-
@Documented @Retention(SOURCE) @Target({CONSTRUCTOR,METHOD}) public @interface CompileOnly
Exclude all methods from just in time compilation except for the specified method.
@Documented
@Retention(SOURCE)
@Target({CONSTRUCTOR,METHOD})
public @interface CompileOnly