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