Package org.openrewrite
Annotation Type DebugOnly
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Tag("debug") public @interface DebugOnlyMarks a test as used only for debugging. It shouldn't run as part of the normal build's tests.
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Tag("debug")
public @interface DebugOnly