Annotation Type Break
-
@Documented @Retention(SOURCE) @Target({CONSTRUCTOR,METHOD}) public @interface Break
Set a breakpoint when debugging the JVM to stop at the beginning of just in time compilation of the specified method.
@Documented
@Retention(SOURCE)
@Target({CONSTRUCTOR,METHOD})
public @interface Break