Annotation Type DisableIfThreadNotSWTCapable


  • @Documented
    @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    @ExtendWith(DisableIfThreadNotSWTCapableCondition.class)
    public @interface DisableIfThreadNotSWTCapable
    Tests tagged with this annotation are only executed if SWT code can be executed on the current thread.