Annotation Interface RunOnFxThread


@InterceptorBinding @Retention(RUNTIME) @Target({METHOD,TYPE}) @Inherited public @interface RunOnFxThread
Mark annotated target to be executed on JavaFx UI Thread (JavaFX Application Thread), passing the target as a runnable to Platform.runLater(Runnable)