Annotation Type DisabledForSlowLeakDetection


  • @DisabledIf("io.netty.util.test.Helper#slowLeakDetection")
    @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    public @interface DisabledForSlowLeakDetection
    Disable a test when slow leak detection is enabled.