org.jvnet.lafwidget.animation
Annotation Type RunOnUIThread


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface RunOnUIThread

Annotation to mark code that should run on UI thread.

Author:
Kirill Grouchnikov