Annotation Type RunOnEventDispatchThread


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface RunOnEventDispatchThread
    Annotation to mark code that should run on Swing's event dispatch thread (EDT).