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.
See Also: