Annotation Type DebugOnly


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