Annotation Type ShouldNotPin


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface ShouldNotPin
    Marker indicating that the test method or class should not pin the carrier thread. If, during the execution of the test, a virtual thread pins the carrier thread, the test fails.