Annotation Type Log
-
@Documented @Retention(SOURCE) @Target({CONSTRUCTOR,METHOD}) public @interface Log
Exclude compilation logging (with the-XX:+LogCompilation
option) for all methods except for the specified method.
@Documented
@Retention(SOURCE)
@Target({CONSTRUCTOR,METHOD})
public @interface Log
-XX:+LogCompilation
option) for all methods except for the specified method.